Problem | ningning |
---|---|
User | yhkhoo |
Submission Time | 2024-12-21 10:25:36 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
ningning.cpp: In function ‘int main()’:
ningning.cpp:39:14: error: cannot bind non-const lvalue reference of type ‘int&’ to an rvalue of type ‘int’
39 | read(a[i]);
| ~~~^
ningning.cpp:11:23: note: initializing argument 1 of ‘void read(int&)’
11 | inline void read(int& x) {
| ~~~~~^