Run ID:94085
提交时间:2024-10-19 18:54:43
c=input().split() a=c[0] a=int(a) b=c[1] b=int(b) if b>a : print("max=",b,sep="") else: print("max=",a,sep="")