Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
34571 wxy123 【入门】最大数输出 Python3 通过 17 MS 3628 KB 54 2024-01-07 16:26:55

Tests(20/20):


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


测评信息: