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