0_0_31016739_18237.cpp: In function 'void print(__int128&)':
0_0_31016739_18237.cpp:17:20: error: invalid initialization of non-const reference of type '__int128&' from an rvalue of type '__int128'
if(x>9) print(x/10);
^
0_0_31016739_18237.cpp:12:6: note: in passing argument 1 of 'void print(__int128&)'
void print(__int128 &x){
^
|