# | Submission time | Handle | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
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); }