# | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
---|---|---|---|---|---|---|---|
132921 | 2019-07-20T00:22:43 Z | arthurconmy | 최후의 만찬 (IOI12_supper) | C++14 | 270 ms | 12376 KB |
#include <bits/stdc++.h> #include "advisor.h" using namespace std; void ComputeAdvice(int *C, int n, int k, int m) { for(int i=0; i<n; i++) { for(int b=0; b<13; b++) { if(1<<b & C[i] != 0) WriteAdvice(1); else WriteAdvice(0); } } }
Compilation message
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Incorrect | 4 ms | 760 KB | Error - Not putting back color when it is not on the scaffold |
2 | Halted | 0 ms | 0 KB | - |
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Incorrect | 28 ms | 1704 KB | Error - Not putting back color when it is not on the scaffold |
2 | Halted | 0 ms | 0 KB | - |
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Incorrect | 219 ms | 9996 KB | Error - Not putting back color when it is not on the scaffold |
2 | Halted | 0 ms | 0 KB | - |
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Incorrect | 4 ms | 880 KB | Error - advice is too long |
2 | Halted | 0 ms | 0 KB | - |
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Incorrect | 267 ms | 12200 KB | Error - Not putting back color when it is not on the scaffold |
2 | Incorrect | 270 ms | 12260 KB | Error - Not putting back color when it is not on the scaffold |
3 | Incorrect | 267 ms | 12260 KB | Error - Not putting back color when it is not on the scaffold |
4 | Incorrect | 267 ms | 12128 KB | Error - Not putting back color when it is not on the scaffold |
5 | Incorrect | 268 ms | 12360 KB | Error - Not putting back color when it is not on the scaffold |
6 | Incorrect | 270 ms | 12232 KB | Error - Not putting back color when it is not on the scaffold |
7 | Incorrect | 268 ms | 12264 KB | Error - Not putting back color when it is not on the scaffold |
8 | Incorrect | 270 ms | 12156 KB | Error - Not putting back color when it is not on the scaffold |
9 | Incorrect | 266 ms | 12376 KB | Error - Not putting back color when it is not on the scaffold |
10 | Incorrect | 267 ms | 12364 KB | Error - Not putting back color when it is not on the scaffold |