Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
93306 潘允晨 13求n个数的最小值 Python3 Wrong Answer 36 MS 3748 KB 52 2024-10-13 10:01:15

Tests(0/10):


Code:

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


Run Info:

------Input------
8 74 34 87 21 47 95 59 99
------Answer-----
21
------Your output-----
8