Problem | mining |
---|---|
User | bribritt |
Submission Time | 2024-05-15 10:20:01 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
mining.cpp: In function ‘int bfs(ti3, int, int, int, int)’:
mining.cpp:30:13: error: ‘visited’ was not declared in this scope
30 | visited[i.first.first][i.first.second][i.second] = true;
| ^~~~~~~
mining.cpp: In function ‘int main()’:
mining.cpp:63:17: error: ‘visited’ was not declared in this scope
63 | visited[MT(i, j, l)] = false;
| ^~~~~~~