Problem sum2
User abdullahmazlan13
Submission Time 2026-06-25 10:12:55
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sum2.cpp: In function ‘int main()’:
sum2.cpp:6:13: error: ‘N’ was not declared in this scope
6 | std::cin >> N >> A[1] >> A[N]
| ^
sum2.cpp:6:18: error: ‘A’ was not declared in this scope
6 | std::cin >> N >> A[1] >> A[N]
| ^
sum2.cpp:9:1: error: ‘vec’ was not declared in this scope
9 | vec.size(N)
| ^~~