Run ID:92753

提交时间:2024-10-06 13:43:16

s=input().split(',') a=s[0] b=s[1] a=int(a) b=int(b) if a>b: print('max=',a) else: print('max=',b)