0_0_36541435_27479.cpp: In function 'int main()':
0_0_36541435_27479.cpp:51:11: error: too many arguments to function 'int read()'
read(T);
^
0_0_36541435_27479.cpp:5:12: note: declared here
inline int read()
^
0_0_36541435_27479.cpp:55:15: error: too many arguments to function 'int read()'
read(n);
^
0_0_36541435_27479.cpp:5:12: note: declared here
inline int read()
^
0_0_36541435_27479.cpp:59:19: error: too many arguments to function 'int read()'
read(x);
^
0_0_36541435_27479.cpp:5:12: note: declared here
inline int read()
^
|