| Problem | prefixsums |
|---|---|
| User | estkn |
| Submission Time | 2026-04-10 14:28:46 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
prefixsums.cpp: In function ‘int main()’:
prefixsums.cpp:6:11: error: ‘sync_with_stdio’ was not declared in this scope
6 | ios_base:sync_with_stdio(false); cin.tie(0); cout.tie(0);
| ^~~~~~~~~~~~~~~