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

Compile Error

sum2.cpp: In function ‘int32_t main()’:
sum2.cpp:5:11: error: expected unqualified-id before ‘;’ token
5 | int n,;
| ^
sum2.cpp:7:3: error: ‘A’ was not declared in this scope
7 | A[0]=A[1]=A{1 - N}
| ^
sum2.cpp:8:17: error: ‘e’ was not declared in this scope
8 | cin >> n >> e;
| ^