Run ID:88624

提交时间:2024-08-19 16:16:41

a = int(input()) b = int(input()) if a>b: print(a) if a<b: print(b)