Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
316290 黄浙峰老师 【C1-7】两数比大小 Python3 编译错误 0 0 MS 0 KB 73 2025-04-06 15:03:14

Tests(0/0):


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


测评信息: