Problem funnyballs
User rasquait
Submission Time 2025-12-01 16:10:34
Score 0
Max Time N/A
Max Memory N/A

Compile Error

funnyballs.cpp: In function ‘int main()’:
funnyballs.cpp:23:57: error: expected ‘;’ before ‘}’ token
23 | if (balls.at(i) > max){max = balls.at(i); maxIndex = i}
| ^
| ;