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