Run ID:92803
提交时间:2024-10-06 14:45:35
a = input().split() b = int(a[0]) c = int(a[1]) if b < c: print(c) else: print(b)