Problem weddingcoins
User jmuzhen
Submission Time 2024-06-29 16:28:41
Score 0
Max Time N/A
Max Memory N/A

Compile Error

weddingcoins.cpp: In function ‘int main()’:
weddingcoins.cpp:14:16: error: cannot bind non-const lvalue reference of type ‘int&’ to an rvalue of type ‘int’
14 | for (int& v : values) {
| ^~~~~~