0_0_33571356_14022.cpp: In function 'int main()':
0_0_33571356_14022.cpp:105:8: error: too many arguments to function 'int read()'
read(t);
^
0_0_33571356_14022.cpp:76:5: note: declared here
int read(){
^
0_0_33571356_14022.cpp:109:9: error: too many arguments to function 'int read()'
read(n);
^
0_0_33571356_14022.cpp:76:5: note: declared here
int read(){
^
0_0_33571356_14022.cpp:111:10: error: too many arguments to function 'int read()'
read(s);
^
0_0_33571356_14022.cpp:76:5: note: declared here
int read(){
^
0_0_33571356_14022.cpp:112:10: error: too many arguments to function 'int read()'
read(a);
^
0_0_33571356_14022.cpp:76:5: note: declared here
int read(){
^
|