0_0_30426206_19553.cpp:13:17: error: 'read' declared as function returning a function
inline int read(){
^
0_0_30426206_19553.cpp: In function 'int main()':
0_0_30426206_19553.cpp:3:19: error: 'read' was not declared in this scope
#define read read()
^
0_0_30426206_19553.cpp:62:4: note: in expansion of macro 'read'
T=read;
^
|