0_0_30427847_2146.cpp:2:14: error: '___int' does not name a type
#define _int ___int
^
0_0_30427847_2146.cpp:6:8: note: in expansion of macro '_int'
inline _int read()
^
0_0_30427847_2146.cpp:2:14: error: variable or field 'write' declared void
#define _int ___int
^
0_0_30427847_2146.cpp:24:19: note: in expansion of macro '_int'
inline void write(_int x)
^
0_0_30427847_2146.cpp:2:14: error: '___int' was not declared in this scope
#define _int ___int
^
0_0_30427847_2146.cpp:24:19: note: in expansion of macro '_int'
inline void write(_int x)
^
|