0_0_30021124_3184.cpp: In function 'void read(int&)':
0_0_30021124_3184.cpp:53:13: error: redefinition of 'void read(int&)'
inline void read(int& x) {
^
0_0_30021124_3184.cpp:9:13: note: 'void read(int&)' previously defined here
inline void read(int& x) {
^
|