Run ID:115755
提交时间:2025-04-04 10:58:14
a,b=input().split() a!=b if a>b: print("max=",a) else: print("max=",b)