| Problem | colouredballs |
|---|---|
| User | gghx |
| Submission Time | 2025-11-24 17:20:00 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
colouredballs.cpp: In function ‘int main()’:
colouredballs.cpp:16:22: error: expected primary-expression before ‘;’ token
16 | if(t!=cur) check+=;
| ^
colouredballs.cpp:21:4: error: return-statement with no value, in function returning ‘int’ [-fpermissive]
21 | return;
| ^~~~~~
colouredballs.cpp:25:4: error: return-statement with no value, in function returning ‘int’ [-fpermissive]
25 | return;
| ^~~~~~
colouredballs.cpp:29:4: error: return-statement with no value, in function returning ‘int’ [-fpermissive]
29 | return;
| ^~~~~~
colouredballs.cpp:33:4: error: return-statement with no value, in function returning ‘int’ [-fpermissive]
33 | return;
| ^~~~~~