| Problem | prefixsums |
|---|---|
| User | KJF |
| Submission Time | 2026-02-18 21:20:06 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
prefixsums.cpp:5:1: error: specializing member ‘std::basic_ios<char>::sync_with_stdio’ requires ‘template<>’ syntax
5 | ios::sync_with_stdio(false);
| ^~~
prefixsums.cpp:6:1: error: ‘cin’ does not name a type
6 | cin.tie(nullptr);
| ^~~