| Problem | mining |
|---|---|
| User | penguinzzz |
| Submission Time | 2024-04-12 14:48:43 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
mining.cpp: In function ‘int main()’:
mining.cpp:24:31: error: incompatible types in assignment of ‘int’ to ‘bool [133]’
24 | visited[S.first][S.second] = 1;
| ^