0_0_16343484_11700.cpp: In function 'int main()':
0_0_16343484_11700.cpp:135:13: error: too many arguments to function 'int read()'
read(a[i]);
^
0_0_16343484_11700.cpp:14:12: note: declared here
inline int read(){
^
0_0_16343484_11700.cpp:141:11: error: too many arguments to function 'int read()'
read(ty); read(l); read(r);
^
0_0_16343484_11700.cpp:14:12: note: declared here
inline int read(){
^
0_0_16343484_11700.cpp:141:20: error: too many arguments to function 'int read()'
read(ty); read(l); read(r);
^
0_0_16343484_11700.cpp:14:12: note: declared here
inline int read(){
^
0_0_16343484_11700.cpp:141:29: error: too many arguments to function 'int read()'
read(ty); read(l); read(r);
^
0_0_16343484_11700.cpp:14:12: note: declared here
inline int read(){
^
0_0_16343484_11700.cpp:142:23: error: too many arguments to function 'int read()'
if (ty == 2) read(x);
^
0_0_16343484_11700.cpp:14:12: note: declared here
inline int read(){
^
|