| Problem | funnyballs |
|---|---|
| User | Xrh999 |
| Submission Time | 2025-12-01 13:35:06 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
funnyballs.cpp: In function ‘int main()’:
funnyballs.cpp:14:41: error: expected ‘)’ before ‘{’ token
14 | if ((i > 0) & (thing[i] =! thing[i-1]){
| ~ ^
| )
funnyballs.cpp:17:2: error: expected primary-expression before ‘}’ token
17 | }
| ^