Problem | wrongreverse |
---|---|
User | jcoder12345 |
Submission Time | 2025-06-20 16:01:40 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
wrongreverse.cpp: In function ‘int main()’:
wrongreverse.cpp:9:3: error: continue statement not within a loop
9 | continue;
| ^~~~~~~~
wrongreverse.cpp:11:15: error: expected ‘;’ before ‘}’ token
11 | cout << "-1"
| ^
| ;
12 | }
| ~