def list2int(x): return list(map(int, x))