| Run ID |
作者 |
问题 |
语言 |
测评结果 |
Time |
Memory |
代码长度 |
提交时间 |
| 129180 |
叶航帅 |
求三个数的最大值 |
Python3 |
Wrong Answer |
49 MS |
3736 KB |
55 |
2025-08-22 15:07:08 |
Tests(0/1):
Code:
rint("max={}".format( max(map(int,input().split())) ))
Run Info:
------Input------
8 5 20
------Answer-----
max=20
------Your output-----