# | Submission time | Handle | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
870997 | 2023-11-09T16:43:56 Z | FarizAbduhakimov | Stove (JOI18_stove) | Python 3 | 11 ms | 2908 KB |
n,k=map(int,input().split()) l=[] for i in range(n): a=int(input()) l.append(a) print(sum(l)-max(l))
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
1 | Incorrect | 11 ms | 2908 KB | Output isn't correct |
2 | Halted | 0 ms | 0 KB | - |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
1 | Incorrect | 11 ms | 2908 KB | Output isn't correct |
2 | Halted | 0 ms | 0 KB | - |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
1 | Incorrect | 11 ms | 2908 KB | Output isn't correct |
2 | Halted | 0 ms | 0 KB | - |