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

Compile Error

sum2.cpp: In function ‘int32_t main()’:
sum2.cpp:7:12: error: ‘A’ was not declared in this scope
7 | cin >> A[1] >> A[N - 1];
| ^
sum2.cpp:7:22: error: ‘N’ was not declared in this scope
7 | cin >> A[1] >> A[N - 1];
| ^
sum2.cpp:10:21: error: ‘x’ was not declared in this scope
10 | cout << x ;
| ^
sum2.cpp:14:13: error: ‘x’ was not declared in this scope
14 | cout << x ;
| ^
sum2.cpp:16:10: error: expected ‘}’ at end of input
16 | return 0;
| ^
sum2.cpp:5:17: note: to match this ‘{’
5 | int32_t main() {
| ^