Problem sum2
User LABUBU
Submission Time 2026-06-25 09:22:29
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sum2.cpp: In function ‘int main()’:
sum2.cpp:6:7: error: ‘N’ was not declared in this scope
6 | int A[N];
| ^
sum2.cpp:9:7: error: ‘i’ was not declared in this scope
9 | for ( i = 0; i < N; i++ ){
| ^
sum2.cpp:10:9: error: ‘A’ was not declared in this scope
10 | cin >> A[i];
| ^
sum2.cpp:16:1: error: expected ‘}’ at end of input
16 | }
| ^
sum2.cpp:5:1: note: to match this ‘{’
5 | {
| ^