Problem | smurf |
---|---|
User | Feiyang |
Submission Time | 2025-06-21 09:54:38 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
smurf.cpp: In function ‘int main()’:
smurf.cpp:16:20: error: expected ‘;’ before ‘}’ token
16 | counter ="front"
| ^
| ;
17 | } else{
| ~
smurf.cpp:19:18: error: expected ‘;’ before ‘}’ token
19 | counter="back"
| ^
| ;
20 | }
| ~