0_0_25739896_8650.cpp: In function 'int IN::rd()':
0_0_25739896_8650.cpp:35:14: error: redefinition of 'int IN::rd()'
#define read IN::rd
^
0_0_25739896_8650.cpp:45:12: note: in expansion of macro 'read'
inline int read() {
^
0_0_25739896_8650.cpp:27:13: note: 'int IN::rd()' previously defined here
inline int rd() {
^
|