Problem | prefixsums |
---|---|
User | ansellee |
Submission Time | 2025-01-07 23:47:01 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
prefixsums.cpp: In function βint main()β:
prefixsums.cpp:22:53: error: no match for call to β(std::ostream {aka std::basic_ostream<char>}) (__gnu_cxx::__alloc_traits<std::allocator<long long unsigned int>, long long unsigned int>::value_type)β
22 | cout (rollingsums[qend] - rollingsums[qst-1]) << "\n";
| ^