Run ID:129588

提交时间:2025-08-29 14:23:52

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