Problem | smurfpaths |
---|---|
User | Ash |
Submission Time | 2024-04-17 11:19:56 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
smurfpaths.cpp: In function ‘void solve()’:
smurfpaths.cpp:69:30: error: expected primary-expression before ‘continue’
69 | if(y == 1) cout << "0\n", continue;
| ^~~~~~~~