Run ID:128385
提交时间:2025-08-16 10:38:47
a=input().split() b=int(a[0]) c=int(a[1]) if b>c: print("max="+str(b)) else: print("max="+str(c))