0_0_1740790_31410.cpp: In function `int main()':
0_0_1740790_31410.cpp:17: error: no matching function for call to `std::vector<int, std::allocator<int> >::assign(int&)'
GCC/bin/../lib/gcc/mingw32/3.4.2/../../../../include/c++/3.4.2/bits/stl_vector.h:281: note: candidates are: void std::vector<_Tp, _Alloc>::assign(size_t, const _Tp&) [with _Tp = int, _Alloc = std::allocator<int>]
|