| Problem | sum2 |
|---|---|
| User | Zubair |
| Submission Time | 2026-06-25 09:45:08 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
sum2.cpp: In function ‘int main()’:
sum2.cpp:7:10: error: expected ‘;’ before ‘long’
7 | cin >> n
| ^
| ;
sum2.cpp:11:12: error: expected ‘;’ before ‘}’ token
11 | cin>>a[i]
| ^
| ;
12 | }
| ~