Run ID:92939
提交时间:2024-10-07 10:11:41
s = input().split() s = list(map(int, s)) a = s[0] b = s[1] print(max(a, b))