Owl Get a Life
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){ | ^