| Problem | sum2 |
|---|---|
| User | migueltanpe67 |
| Submission Time | 2026-06-25 09:53:01 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
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{N - 1}
| ^