# | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
---|---|---|---|---|---|---|---|
227760 | 2020-04-28T16:54:00 Z | muhammad_hokimiyon | Hotter Colder (IOI10_hottercolder) | C++14 | 10000 ms | 24440 KB |
#include<bits/stdc++.h> #include "grader.h" using namespace std; int HC(int nn) { for( int i = 1; i <= nn; i++ ){ int x = Guess(i); if( !x )continue; if( x == -1 ){ return i - 1; } } }
Compilation message
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Incorrect | 93 ms | 1400 KB | Output isn't correct |
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Incorrect | 91 ms | 1400 KB | Output isn't correct |
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Incorrect | 90 ms | 1408 KB | Output isn't correct |
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Execution timed out | 10025 ms | 24440 KB | Time limit exceeded |