Owl Get a Life
cups.cpp: In function ‘int main()’:cups.cpp:32:29: error: cannot bind non-const lvalue reference of type ‘int&’ to an rvalue of type ‘int’ 32 | for (int& val : c) { | ^