Problem party_noi
User Indy39910
Submission Time 2025-01-13 18:24:39
Score 0
Max Time N/A
Max Memory N/A

Compile Error

party_noi.cpp: In function ‘int main()’:
party_noi.cpp:20:18: error: expected ‘;’ before ‘ans’
20 | break
| ^
| ;
21 | ans += V[j];
| ~~~