提交时间:2025-07-17 14:48:46

运行 ID: 334105

n=input() d=int(n,2) h=hex(d).upper()[2:] print(h)