Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
94194 胡皓宇 找最大的数 Python3 Wrong Answer 36 MS 3732 KB 52 2024-10-20 08:43:41

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