Problem | removalcosts |
---|---|
User | bron |
Submission Time | 2022-12-28 13:55:39 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
removalcosts.cpp: In function ‘int main()’:
removalcosts.cpp:23:19: error: expected ‘;’ before ‘continue’
23 | cout<<"0"<<"\n"
| ^
| ;
24 | continue;
| ~~~~~~~~