Run ID:129102

提交时间:2025-08-21 20:24:45

a,b = input().split() a = int(a) b = int(b) if a<b: print('max=a') else: print('max=b')