Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
443985 测试 【C1-7】两数比大小 Python3 解答错误 0 68 MS 3740 KB 96 2026-06-07 16:24:50

Tests(0/7):


l=int(input('数字:')) n=int(input('数字:')) if l>n : print(l) else : print(n)


测评信息: