| Problem | robotonring1 |
|---|---|
| User | yqiiiiiii |
| Submission Time | 2026-08-13 14:41:15 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
robotonring1.cpp:45:9: error: expected declaration before ‘}’ token
45 | }
| ^
robotonring1.cpp:46:9: error: expected unqualified-id before ‘if’
46 | if(x-b < 0){
| ^~
robotonring1.cpp:53:10: error: expected unqualified-id before ‘else’
53 | }else{
| ^~~~
robotonring1.cpp:57:5: error: expected declaration before ‘}’ token
57 | }
| ^
robotonring1.cpp:58:5: error: ‘cout’ does not name a type
58 | cout << ham.size();
| ^~~~
robotonring1.cpp:60:1: error: expected declaration before ‘}’ token
60 | }
| ^
robotonring1.cpp:61:9: error: expected declaration before ‘}’ token
61 | }
| ^
robotonring1.cpp:62:9: error: expected unqualified-id before ‘if’
62 | if(x-b < 0){
| ^~
robotonring1.cpp:69:10: error: expected unqualified-id before ‘else’