| Problem | llis |
|---|---|
| User | YH |
| Submission Time | 2026-02-28 15:00:27 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
llis.cpp: In function ‘void solve()’:
llis.cpp:131:14: error: cannot bind non-const lvalue reference of type ‘int&’ to an rvalue of type ‘int’
131 | readInt(a[i]);
| ~~~^
llis.cpp:71:26: note: initializing argument 1 of ‘void readInt(int&)’
71 | inline void readInt(int &x) {
| ~~~~~^