| Problem | sum2 |
|---|---|
| User | YunQingOng |
| Submission Time | 2026-06-25 09:18:26 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
sum2.cpp: In function ‘int main()’:
sum2.cpp:9:20: error: expected ‘;’ before ‘}’ token
9 | cin >> a[i]
| ^
| ;
10 | }
| ~