0_0_39878880_6408.cpp: In function 'int main()':
0_0_39878880_6408.cpp:48:21: error: too few arguments to function 'void read(int&)'
48 | while(n=read(),m=read())
| ~~~~^~
0_0_39878880_6408.cpp:6:6: note: declared here
6 | void read(int &x){
| ^~~~
0_0_39878880_6408.cpp:48:30: error: too few arguments to function 'void read(int&)'
48 | while(n=read(),m=read())
| ~~~~^~
0_0_39878880_6408.cpp:6:6: note: declared here
6 | void read(int &x){
| ^~~~
0_0_39878880_6408.cpp:53:41: error: too few arguments to function 'void read(int&)'
53 | dp2[i][j][0][0]=read();
| ~~~~^~
0_0_39878880_6408.cpp:6:6: note: declared here
6 | void read(int &x){
| ^~~~
0_0_39878880_6408.cpp:55:19: error: too few arguments to function 'void read(int&)'
55 | s=read();
| ~~~~^~
0_0_39878880_6408.cpp:6:6: note: declared here
6 | void read(int &x){
| ^~~~
0_0_39878880_6408.cpp:58:27: error: too few arguments to function 'void read(int&)'
58 | int x=read(),y=read(),ax=read(),ay=read();
| ~~~~^~
0_0_39878880_6408.cpp:6:6: note: declared here
6 | void read(int &x){
| ^~~~
0_0_39878880_6408.cpp:59:33: error: 'y' was not declared in this scope
59 | int ans=Query(x,y,ax,ay);
| ^
0_0_39878880_6408.cpp:59:35: error: 'ax' was not declared in this scope; did you mean 'x'?
59 | int ans=Query(x,y,ax,ay);
| ^~
| x
0_0_39878880_6408.cpp:59:38: error: 'ay' was not declared in this scope
59 | int ans=Query(x,y,ax,ay);
| ^~
|