0_0_37707105_29869.cpp: In function 'void solve()':
0_0_37707105_29869.cpp:39:8: error: call of overloaded 'read(int&)' is ambiguous
read(n);read(m);
^
0_0_37707105_29869.cpp:39:8: note: candidates are:
0_0_37707105_29869.cpp:32:5: note: int read(int&)
int read(int &a){
^
0_0_37707105_29869.cpp:23:14: note: void fastIO::read(int&)
inline void read(int &x) {
^
0_0_37707105_29869.cpp:39:16: error: call of overloaded 'read(int&)' is ambiguous
read(n);read(m);
^
0_0_37707105_29869.cpp:39:16: note: candidates are:
0_0_37707105_29869.cpp:32:5: note: int read(int&)
int read(int &a){
^
0_0_37707105_29869.cpp:23:14: note: void fastIO::read(int&)
inline void read(int &x) {
^
0_0_37707105_29869.cpp:45:17: error: call of overloaded 'read(int&)' is ambiguous
int w,v;read(w);read(v);
^
0_0_37707105_29869.cpp:45:17: note: candidates are:
0_0_37707105_29869.cpp:32:5: note: int read(int&)
int read(int &a){
^
0_0_37707105_29869.cpp:23:14: note: void fastIO::read(int&)
inline void read(int &x) {
^
0_0_37707105_29869.cpp:45:25: error: call of overloaded 'read(int&)' is ambiguous
int w,v;read(w);read(v);
^
0_0_37707105_29869.cpp:45:25: note: candidates are:
0_0_37707105_29869.cpp:32:5: note: int read(int&)
int read(int &a){
^
0_0_37707105_29869.cpp:23:14: note: void fastIO::read(int&)
inline void read(int &x) {
^
0_0_37707105_29869.cpp: In function 'int main()':
0_0_37707105_29869.cpp:64:14: error: call of overloaded 'read(int&)' is ambiguous
int t;read(t);while(t--)
^
0_0_37707105_29869.cpp:64:14: note: candidates are:
0_0_37707105_29869.cpp:32:5: note: int read(int&)
int read(int &a){
^
0_0_37707105_29869.cpp:23:14: note: void fastIO::read(int&)
inline void read(int &x) {
^
|