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