# | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
---|---|---|---|---|---|---|---|
110928 | 2019-05-13T06:44:54 Z | imsifile | On the Grid (FXCUP4_grid) | C++ | 0 ms | 0 KB |
#include "grid.h" void SortDisks(int N) { int X = PutDisks(std::vector<int>{1,3,4,2}); Report(1); Report(X); Report(2); Report(3); }