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

Compile Error

cups.cpp: In function ‘int main()’:
cups.cpp:32:29: error: binding reference of type ‘int&’ to ‘const int’ discards qualifiers
32 | for (int& val : c) {
| ^