Problem party_noi
User VehaanGVikram
Submission Time 2025-02-20 22:11:55
Score 0
Max Time N/A
Max Memory N/A

Compile Error

party_noi.cpp: In function ‘int main()’:
party_noi.cpp:29:5: error: ‘sum’ was not declared in this scope
29 | sum+=a[i];
| ^~~
party_noi.cpp:35:8: error: ‘sum’ was not declared in this scope
35 | cout<<sum;
| ^~~