| Problem | prefixsums |
|---|---|
| User | aiden |
| Submission Time | 2026-01-10 14:03:27 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
prefixsums.cpp: In function ‘int main()’:
prefixsums.cpp:10:40: error: expected ‘;’ before ‘cin’
10 | ios::sync_with_stdio(false),cin.tie(0)
| ^
| ;
11 | cin >> n >> q;
| ~~~