0_0_35882562_11599.cpp: In function 'int main()':
0_0_35882562_11599.cpp:106:20: error: too few arguments to function 'void read(int&)'
x=read();
^
0_0_35882562_11599.cpp:34:13: note: declared here
inline void read(int &x)
^
0_0_35882562_11599.cpp:107:20: error: too few arguments to function 'void read(int&)'
y=read();
^
0_0_35882562_11599.cpp:34:13: note: declared here
inline void read(int &x)
^
|