Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
94195 赵乘浩 找最大的数 Python3 Wrong Answer 39 MS 3748 KB 49 2024-10-20 08:45:19

Tests(0/10):


Code:

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


Run Info:

------Input------
540 810 559 973 744 226 261 427 615 615
------Answer-----
4
------Your output-----
973