# | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
---|---|---|---|---|---|---|---|
1011726 | 2024-07-01T07:38:03 Z | uranhishig | Hotter Colder (IOI10_hottercolder) | C++14 | 168 ms | 32592 KB |
#include <bits/stdc++.h> #include "grader.h" using namespace std; int Guess(int G); //int run(int L, int R) { // if(L == R){ // return 1; // } //} int HC(int N){ Guess(N); }
Compilation message
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Runtime error | 7 ms | 2396 KB | Execution killed with signal 11 |
2 | Halted | 0 ms | 0 KB | - |
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Runtime error | 8 ms | 2392 KB | Execution killed with signal 11 |
2 | Halted | 0 ms | 0 KB | - |
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Runtime error | 7 ms | 2392 KB | Execution killed with signal 11 |
2 | Halted | 0 ms | 0 KB | - |
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Runtime error | 168 ms | 32592 KB | Execution killed with signal 11 |
2 | Halted | 0 ms | 0 KB | - |