Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
123112 林鑫辰 07比较大小 Python3 Accepted 59 MS 3736 KB 58 2025-06-28 08:59:36

Tests(10/10):


Code:

a,b=input().split() a=int(a) b=int(b) print(max(a,b))