# | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
---|---|---|---|---|---|---|---|
28563 | 2017-07-16T07:25:28 Z | Sorry AcornCkiGuiziTeam(#1226, gs13068) | LR Springboard (FXCUP2_springboard) | C++14 | 0 ms | 1128 KB |
#include "springboard.h" #include <cstdio> void Reorder(int N) { int i, T = 1; for (i = 8192; i; i >>= 1) if (i <= N) { if (T < 0) T = PutBall(i); else T = PutBall(N - i + 1); } }
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Incorrect | 0 ms | 1128 KB | Output isn't correct |
2 | Halted | 0 ms | 0 KB | - |