Problem | obelisk |
---|---|
User | AltheaZ |
Submission Time | 2023-06-28 13:38:09 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
obelisk.cpp: In function ‘int findMinimumMoves(int, int, int, int, int, int, const std::vector<std::vector<std::pair<int, int> > >&)’:
obelisk.cpp:22:63: error: ‘N’ was not declared in this scope
22 | vector<vector<vector<bool>>> grid(K, vector<vector<bool>>(N, vector<bool>(M, false)));
| ^