Problem | uniquenumbers |
---|---|
User | Astronite |
Submission Time | 2025-01-08 16:48:33 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
uniquenumbers.cpp: In function ‘int main()’:
uniquenumbers.cpp:16:7: error: cannot bind non-const lvalue reference of type ‘__int128&’ to an rvalue of type ‘__int128’
16 | read(amt);
| ^~~
uniquenumbers.cpp:3:28: note: initializing argument 1 of ‘void read(__int128&)’
3 | inline void read(__int128& x){
| ~~~~~~~~~~^