Problem | prefixsums |
---|---|
User | godex |
Submission Time | 2025-08-26 16:59:06 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
prefixsums.cpp:4:1: error: specializing member ‘std::basic_ios<char>::sync_with_stdio’ requires ‘template<>’ syntax
4 | ios::sync_with_stdio(false);
| ^~~
prefixsums.cpp:5:1: error: ‘cin’ does not name a type; did you mean ‘sin’?
5 | cin.tie(nullptr);
| ^~~
| sin