| Problem | funnyballs |
|---|---|
| User | benji9736 |
| Submission Time | 2025-12-01 13:29:48 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
funnyballs.cpp: In function ‘int main()’:
funnyballs.cpp:11:24: error: expected ‘;’ before ‘}’ token
11 | tmp.push_back(arr[i])
| ^
| ;
12 | }
| ~
funnyballs.cpp:20:23: error: invalid operands of types ‘<unresolved overloaded function type>’ and ‘int’ to binary ‘operator+’
20 | tmp.erase(tmp.begin + i)
| ~~~~~~~~~ ^ ~
| | |
| | int
| <unresolved overloaded function type>