Problem smurfpaths
User itsLQ
Submission Time 2025-04-25 14:57:54
Score 0
Max Time N/A
Max Memory N/A

Compile Error

smurfpaths.cpp: In function ‘int main()’:
smurfpaths.cpp:116:18: error: expected ‘;’ before ‘continue’
116 | cout << "0\n"
| ^
| ;
117 | continue;
| ~~~~~~~~