Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
443984 黄浙峰老师 【C1-7】两数比大小 Python3 通过 100 67 MS 3756 KB 78 2026-06-07 16:12:55

Tests(7/7):


a, b = map(int, input().split()) if a > b: print(a) else: print(b)


测评信息: