| Problem | catproblemsetter |
|---|---|
| User | phoenixai0 |
| Submission Time | 2025-11-21 16:21:27 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
catproblemsetter.cpp: In function ‘int main()’:
catproblemsetter.cpp:11:42: error: cannot bind non-const lvalue reference of type ‘int&’ to an rvalue of type ‘int’
11 | vector<ll> c(n), d(n); for (int& x : c) cin >> x; for (int& x : d) cin >> x;
| ^
catproblemsetter.cpp:11:69: error: cannot bind non-const lvalue reference of type ‘int&’ to an rvalue of type ‘int’
11 | vector<ll> c(n), d(n); for (int& x : c) cin >> x; for (int& x : d) cin >> x;
| ^