Problem | prefixsums |
---|---|
User | kesleryak |
Submission Time | 2024-04-08 18:16:40 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
prefixsums.cpp: In function ‘int main()’:
prefixsums.cpp:6:2: error: ‘ios’ has not been declared
6 | ios::sync_with_stdio(0)
| ^~~
prefixsums.cpp:9:28: error: ‘line’ was not declared in this scope
9 | std::getline(std::cin, line);
| ^~~~