Run ID:89650

提交时间:2024-08-27 22:08:47

def f(n): return int(n,2) n=input() print(f(n))