# | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
---|---|---|---|---|---|---|---|
41027 | 2018-02-12T06:10:34 Z | didwlvv | Hotter Colder (IOI10_hottercolder) | C++14 | 10000 ms | 8544 KB |
#include "grader.h" int HC(int N){ Guess(1); for (int i = 2; i <= N; i++) { if (Guess(i) == -1)return i - 1; } }
Compilation message
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Incorrect | 95 ms | 1400 KB | Output isn't correct |
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Incorrect | 100 ms | 1424 KB | Output isn't correct |
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Incorrect | 93 ms | 1400 KB | Output isn't correct |
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Execution timed out | 10029 ms | 8544 KB | Time limit exceeded |