# | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
---|---|---|---|---|---|---|---|
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))
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Incorrect | 11 ms | 2908 KB | Output isn't correct |
2 | Halted | 0 ms | 0 KB | - |
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Incorrect | 11 ms | 2908 KB | Output isn't correct |
2 | Halted | 0 ms | 0 KB | - |
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Incorrect | 11 ms | 2908 KB | Output isn't correct |
2 | Halted | 0 ms | 0 KB | - |