Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
34541 明天下雨 【入门】最大数输出 Python3 通过 18 MS 3644 KB 41 2024-01-07 15:50:14

Tests(20/20):


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


测评信息: