0_0_22310022_8400.cpp: In function 'void getdiv(ll)':
0_0_22310022_8400.cpp:49:13: error: reference to 'array' is ambiguous
array.push_back(pp);
^
0_0_22310022_8400.cpp:15:14: note: candidates are: std::vector<node> array
vector<node> array;
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/tuple:39:0,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/functional:55,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/x86_64-w64-mingw32/bits/stdc++.h:70,
from 0_0_22310022_8400.cpp:1:
GCC4.9.2/x86_64-w64-mingw32/include/c++/array:81:12: note: template<class _Tp, long long unsigned int _Nm> struct std::array
struct array
^
0_0_22310022_8400.cpp:58:9: error: reference to 'array' is ambiguous
array.push_back(ppp);
^
0_0_22310022_8400.cpp:15:14: note: candidates are: std::vector<node> array
vector<node> array;
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/tuple:39:0,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/functional:55,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/x86_64-w64-mingw32/bits/stdc++.h:70,
from 0_0_22310022_8400.cpp:1:
GCC4.9.2/x86_64-w64-mingw32/include/c++/array:81:12: note: template<class _Tp, long long unsigned int _Nm> struct std::array
struct array
^
0_0_22310022_8400.cpp: In function 'int main()':
0_0_22310022_8400.cpp:95:28: error: reference to 'array' is ambiguous
for(int i = 0; i < array.size(); i++)
^
0_0_22310022_8400.cpp:15:14: note: candidates are: std::vector<node> array
vector<node> array;
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/tuple:39:0,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/functional:55,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/x86_64-w64-mingw32/bits/stdc++.h:70,
from 0_0_22310022_8400.cpp:1:
GCC4.9.2/x86_64-w64-mingw32/include/c++/array:81:12: note: template<class _Tp, long long unsigned int _Nm> struct std::array
struct array
^
0_0_22310022_8400.cpp:99:33: error: reference to 'array' is ambiguous
for(int j = 1; j <= array[i].b; j++)
^
0_0_22310022_8400.cpp:15:14: note: candidates are: std::vector<node> array
vector<node> array;
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/tuple:39:0,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/functional:55,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/x86_64-w64-mingw32/bits/stdc++.h:70,
from 0_0_22310022_8400.cpp:1:
GCC4.9.2/x86_64-w64-mingw32/include/c++/array:81:12: note: template<class _Tp, long long unsigned int _Nm> struct std::array
struct array
^
0_0_22310022_8400.cpp:101:24: error: reference to 'array' is ambiguous
div *= array[i].a;
^
0_0_22310022_8400.cpp:15:14: note: candidates are: std::vector<node> array
vector<node> array;
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/tuple:39:0,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/functional:55,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/x86_64-w64-mingw32/bits/stdc++.h:70,
from 0_0_22310022_8400.cpp:1:
GCC4.9.2/x86_64-w64-mingw32/include/c++/array:81:12: note: template<class _Tp, long long unsigned int _Nm> struct std::array
struct array
^
0_0_22310022_8400.cpp:105:22: error: reference to 'array' is ambiguous
ans1 *= (array[i].b + 1);
^
0_0_22310022_8400.cpp:15:14: note: candidates are: std::vector<node> array
vector<node> array;
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/tuple:39:0,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/functional:55,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/x86_64-w64-mingw32/bits/stdc++.h:70,
from 0_0_22310022_8400.cpp:1:
GCC4.9.2/x86_64-w64-mingw32/include/c++/array:81:12: note: template<class _Tp, long long unsigned int _Nm> struct std::array
struct array
^
0_0_22310022_8400.cpp:111:9: error: reference to 'array' is ambiguous
array.clear();
^
0_0_22310022_8400.cpp:15:14: note: candidates are: std::vector<node> array
vector<node> array;
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/tuple:39:0,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/functional:55,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/x86_64-w64-mingw32/bits/stdc++.h:70,
from 0_0_22310022_8400.cpp:1:
GCC4.9.2/x86_64-w64-mingw32/include/c++/array:81:12: note: template<class _Tp, long long unsigned int _Nm> struct std::array
struct array
^
|