# | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
---|---|---|---|---|---|---|---|
137042 | 2019-07-27T02:08:07 Z | Boxworld | Hotter Colder (IOI10_hottercolder) | C++14 | 10000 ms | 8116 KB |
#include "grader.h" #include <bits/stdc++.h> using namespace std; int HC(int N){ Guess(1); for (int i=2;i<=N;i++) if (Guess(i)==-1)return i-1; return N; }
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Correct | 93 ms | 1272 KB | Output is correct |
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Incorrect | 97 ms | 1272 KB | Output isn't correct |
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Incorrect | 97 ms | 1272 KB | Output isn't correct |
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Execution timed out | 10094 ms | 8116 KB | Time limit exceeded |