Run ID:115754

提交时间:2025-04-04 10:57:45

a,b=input().split() if a>b: print("max=",a) else: print("max=",b)