Problem smurfpaths
User PlayVoltz
Submission Time 2023-09-08 21:41:09
Score 0
Max Time N/A
Max Memory N/A

Compile Error

smurfpaths.cpp: In function ‘void precalc(long long int)’:
smurfpaths.cpp:17:2: error: ‘visited’ was not declared in this scope
17 | visited[node] = true;
| ^~~~~~~