Problem bananasmoothie
User cprime
Submission Time 2025-01-07 21:28:32
Score 0
Max Time N/A
Max Memory N/A

Compile Error

bananasmoothie.cpp: In function ‘int main()’:
bananasmoothie.cpp:8:15: error: cannot bind non-const lvalue reference of type ‘int&’ to an rvalue of type ‘int’
8 | for(int& x : q){
| ^