Problem party_noi
User CheeseAndBread
Submission Time 2025-03-14 15:31:45
Score 0
Max Time N/A
Max Memory N/A

Compile Error

party_noi.cpp: In function ‘int main()’:
party_noi.cpp:9:14: error: lvalue required as left operand of assignment
9 | if (n % 2 = 0){
| ^
party_noi.cpp:22:3: error: ‘sum’ was not declared in this scope
22 | sum += v[i];
| ^~~