0_0_34729483_12236.cpp: In function 'int main()':
0_0_34729483_12236.cpp:337:8: error: call of overloaded 'read(int&)' is ambiguous
read(T);
^
0_0_34729483_12236.cpp:337:8: note: candidates are:
0_0_34729483_12236.cpp:325:6: note: void read(int&)
void read(int &x){
^
0_0_34729483_12236.cpp:295:7: note: std::vector<int> FFT::read(int)
poly read(int n){
^
0_0_34729483_12236.cpp:350:9: error: call of overloaded 'read(int&)' is ambiguous
read(n);
^
0_0_34729483_12236.cpp:350:9: note: candidates are:
0_0_34729483_12236.cpp:325:6: note: void read(int&)
void read(int &x){
^
0_0_34729483_12236.cpp:295:7: note: std::vector<int> FFT::read(int)
poly read(int n){
^
0_0_34729483_12236.cpp:354:10: error: call of overloaded 'read(int&)' is ambiguous
read(p);read(x);
^
0_0_34729483_12236.cpp:354:10: note: candidates are:
0_0_34729483_12236.cpp:325:6: note: void read(int&)
void read(int &x){
^
0_0_34729483_12236.cpp:295:7: note: std::vector<int> FFT::read(int)
poly read(int n){
^
0_0_34729483_12236.cpp:354:18: error: call of overloaded 'read(int&)' is ambiguous
read(p);read(x);
^
0_0_34729483_12236.cpp:354:18: note: candidates are:
0_0_34729483_12236.cpp:325:6: note: void read(int&)
void read(int &x){
^
0_0_34729483_12236.cpp:295:7: note: std::vector<int> FFT::read(int)
poly read(int n){
^
|