QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#439849 | #6751. Game | suibian_xiaozhao# | RE | 0ms | 0kb | Python3 | 165b | 2024-06-12 19:36:59 | 2024-06-12 19:37:01 |
answer
import sys
input = lambda: sys.stdin.readline().strip()
def solve():
n = input()
a = list(map(int, input().split(0)))
print(min(a))
solve()
Details
Tip: Click on the bar to expand more detailed information
Test #1:
score: 0
Dangerous Syscalls
input:
2 7 5