0_0_37851147_23301.cpp: In function 'void solve()':
0_0_37851147_23301.cpp:41:11: error: too many arguments to function 'int read()'
read(n);
^
0_0_37851147_23301.cpp:10:12: note: declared here
inline int read()
^
0_0_37851147_23301.cpp:45:18: error: too many arguments to function 'int read()'
read(a[i]);
^
0_0_37851147_23301.cpp:10:12: note: declared here
inline int read()
^
0_0_37851147_23301.cpp: In function 'int main()':
0_0_37851147_23301.cpp:87:11: error: too many arguments to function 'int read()'
read(t);
^
0_0_37851147_23301.cpp:10:12: note: declared here
inline int read()
^
|