# | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
---|---|---|---|---|---|---|---|
132922 | 2019-07-20T00:23:33 Z | arthurconmy | 최후의 만찬 (IOI12_supper) | C++14 | 297 ms | 12384 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 | 776 KB | Error - Not putting back color when it is not on the scaffold |
2 | Halted | 0 ms | 0 KB | - |
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Incorrect | 30 ms | 1700 KB | Error - Not putting back color when it is not on the scaffold |
2 | Halted | 0 ms | 0 KB | - |
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Incorrect | 218 ms | 10096 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 | 764 KB | Error - advice is too long |
2 | Halted | 0 ms | 0 KB | - |
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Incorrect | 268 ms | 12128 KB | Error - Not putting back color when it is not on the scaffold |
2 | Incorrect | 269 ms | 12204 KB | Error - Not putting back color when it is not on the scaffold |
3 | Incorrect | 270 ms | 12264 KB | Error - Not putting back color when it is not on the scaffold |
4 | Incorrect | 273 ms | 12292 KB | Error - Not putting back color when it is not on the scaffold |
5 | Incorrect | 297 ms | 12264 KB | Error - Not putting back color when it is not on the scaffold |
6 | Incorrect | 268 ms | 12128 KB | Error - Not putting back color when it is not on the scaffold |
7 | Incorrect | 271 ms | 12204 KB | Error - Not putting back color when it is not on the scaffold |
8 | Incorrect | 271 ms | 12132 KB | Error - Not putting back color when it is not on the scaffold |
9 | Incorrect | 278 ms | 12384 KB | Error - Not putting back color when it is not on the scaffold |
10 | Incorrect | 275 ms | 12136 KB | Error - Not putting back color when it is not on the scaffold |