Problem | pythonindentation |
---|---|
User | Sans12345 |
Submission Time | 2023-03-25 22:06:41 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
pythonindentation.cpp: In function ‘int main()’:
pythonindentation.cpp:17:10: error: cannot bind non-const lvalue reference of type ‘long long int&’ to an rvalue of type ‘long long int’
17 | read(N);
| ^
pythonindentation.cpp:6:33: note: initializing argument 1 of ‘void read(long long int&)’
6 | inline void read(long long int& x) {
| ~~~~~~~~~~~~~~~^