# | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
---|---|---|---|---|---|---|---|
1024358 | 2024-07-16T01:55:06 Z | LeaRouse | Lost in the cycle (IOI19_cycle) | C++14 | 1 ms | 504 KB |
#include "cycle.h" void escape(int n) { int a=0; while(jump(1)){ a++; } jump((n-2)/2); }
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Incorrect | 0 ms | 344 KB | The exit was not found. |
2 | Halted | 0 ms | 0 KB | - |
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Incorrect | 1 ms | 504 KB | The exit was not found. |
2 | Halted | 0 ms | 0 KB | - |
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Incorrect | 0 ms | 344 KB | The exit was not found. |
2 | Halted | 0 ms | 0 KB | - |