Problem lis
User cprime
Submission Time 2024-05-02 11:13:36
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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