# | Submission time | Handle | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
18354 | 2016-01-28T05:20:59 Z | suhgyuho_william | Parrots (IOI11_parrots) | C++14 | 6 ms | 2024 KB |
#include "encoder.h" #include "encoderlib.h" void encode(int N, int M[]) { int i,t; t = 0; for(i=0; i<N; i++) send(M[i]); }
Compilation message
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
1 | Incorrect | 4 ms | 752 KB | Error : Output is wrong |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
1 | Incorrect | 4 ms | 1592 KB | Error : Output is wrong |
2 | Halted | 0 ms | 0 KB | - |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
1 | Incorrect | 4 ms | 1720 KB | Error : Output is wrong |
2 | Halted | 0 ms | 0 KB | - |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
1 | Incorrect | 4 ms | 1784 KB | Error : Output is wrong |
2 | Halted | 0 ms | 0 KB | - |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
1 | Incorrect | 5 ms | 1912 KB | Error : Output is wrong |
2 | Incorrect | 5 ms | 1912 KB | Error : Output is wrong |
3 | Incorrect | 5 ms | 1944 KB | Error : Output is wrong |
4 | Incorrect | 5 ms | 1976 KB | Error : Output is wrong |
5 | Incorrect | 5 ms | 2024 KB | Error : Output is wrong |
6 | Incorrect | 6 ms | 2024 KB | Error : Output is wrong |
7 | Incorrect | 5 ms | 2024 KB | Error : Output is wrong |