Problem cups
User kesleryak
Submission Time 2024-05-02 19:43:57
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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) {
| ^