Problem bananasmoothie
User caslyn
Submission Time 2026-06-23 21:57:23
Score 0
Max Time N/A
Max Memory N/A

Compile Error

bananasmoothie.cpp: In function ‘int main()’:
bananasmoothie.cpp:24:10: error: overloaded function with no contextual type information
24 | count = 0;
| ^
bananasmoothie.cpp:28:17: error: invalid operands of types ‘<unresolved overloaded function type>’ and ‘__gnu_cxx::__alloc_traits<std::allocator<int>, int>::value_type’ {aka ‘int’} to binary ‘operator+’
28 | count = count + Q[(i * K) + 2];