# | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
---|---|---|---|---|---|---|---|
846227 | 2023-09-07T12:40:42 Z | vjudge1 | SIR (COI15_sir) | C++ | 166 ms | 6224 KB |
#include <iostream> using namespace std; int main(){ int n, m, a; cin >> n; for (int i = 0; i < 2 * n; i++) cin >> a; cin >> m; for (int i = 0; i < n; i++) cin >> a; cout<<0; }
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Incorrect | 1 ms | 344 KB | Output isn't correct |
2 | Halted | 0 ms | 0 KB | - |
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Incorrect | 1 ms | 344 KB | Output isn't correct |
2 | Halted | 0 ms | 0 KB | - |
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Incorrect | 166 ms | 6224 KB | Output isn't correct |
2 | Halted | 0 ms | 0 KB | - |