Problem heatwv
User Gatastol2
Submission Time 2023-11-22 11:05:27
Score 0
Max Time N/A
Max Memory N/A

Compile Error

heatwv.cpp: In function ‘int main()’:
heatwv.cpp:12:8: error: ‘visited’ was not declared in this scope
12 | fill(visited, visited+nodes+1,false);
| ^~~~~~~