Run ID:129577
提交时间:2025-08-28 20:47:10
a = input() b = input() a = int(a)el b = int(b) if a>b: print(a) else: print(b)