| Problem | sum2 |
|---|---|
| User | Hihihihihi |
| Submission Time | 2026-06-25 09:34:38 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
sum2.cpp: In function ‘int main()’:
sum2.cpp:15:12: error: expected ‘;’ before ‘if’
15 | cin>>a[i]
| ^
| ;
16 |
17 | if (i>ans) {
| ~~