# | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
---|---|---|---|---|---|---|---|
26710 | 2017-07-05T09:39:21 Z | baactree | Hotter Colder (IOI10_hottercolder) | C++14 | 10000 ms | 8060 KB |
#include "grader.h" int HC(int N){ for(int i=N;i>0;i--){ int g=Guess(i); if(g==-1) return i+1; } return 1; }
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Correct | 126 ms | 1272 KB | Output is correct |
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Incorrect | 126 ms | 1272 KB | Output isn't correct |
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Incorrect | 125 ms | 1248 KB | Output isn't correct |
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Execution timed out | 10023 ms | 8060 KB | Time limit exceeded |