Run ID:89649

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

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