Problem eexploration
User coinunderscore
Submission Time 2025-06-02 02:55:38
Score 0
Max Time N/A
Max Memory N/A

Compile Error

eexploration.cpp: In function ‘void bfs(long long int)’:
eexploration.cpp:19:13: error: ‘visted’ was not declared in this scope; did you mean ‘visited’?
19 | if (visted[u] == -1) visited[u] = t;
| ^~~~~~
| visited