0_0_36349017_8708.cpp: In function 'void read(int&)':
0_0_36349017_8708.cpp:34:13: error: redefinition of 'void read(int&)'
inline void read(int&x){
^
0_0_36349017_8708.cpp:25:13: note: 'void read(int&)' previously defined here
inline void read(int&x){
^
0_0_36349017_8708.cpp: In function 'void write(int)':
0_0_36349017_8708.cpp:55:14: error: redefinition of 'void write(int)'
inline void write(int x){
^
0_0_36349017_8708.cpp:42:14: note: 'void write(int)' previously defined here
inline void write(int x){
^
0_0_36349017_8708.cpp: In function 'void _write(int)':
0_0_36349017_8708.cpp:60:14: error: redefinition of 'void _write(int)'
inline void _write(int x){
^
0_0_36349017_8708.cpp:47:14: note: 'void _write(int)' previously defined here
inline void _write(int x){
^
0_0_36349017_8708.cpp: In function 'void print(int)':
0_0_36349017_8708.cpp:64:14: error: redefinition of 'void print(int)'
inline void print(int x){
^
0_0_36349017_8708.cpp:51:14: note: 'void print(int)' previously defined here
inline void print(int x){
^
|