0_0_20988057_3843.cpp: In function 'void bozhong(ll&, int, int)':
0_0_20988057_3843.cpp:44:3: error: reference to 'next' is ambiguous
next[now] += tt; /// 到now时刻需要播种的份数
^
0_0_20988057_3843.cpp:14:16: note: candidates are: int next [1005]
int cpNum[10], next[MAXN], sum[MAXN];
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_algobase.h:66:0,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/algorithm:61,
from 0_0_20988057_3843.cpp:2:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_iterator_base_funcs.h:184:5: note: template<class _ForwardIterator> _ForwardIterator std::next(_ForwardIterator, typename std::iterator_traits<_Iter>::difference_type)
next(_ForwardIterator __x, typename
^
0_0_20988057_3843.cpp: In function 'll solve(int)':
0_0_20988057_3843.cpp:53:9: error: reference to 'next' is ambiguous
memset(next, 0, sizeof next);
^
0_0_20988057_3843.cpp:14:16: note: candidates are: int next [1005]
int cpNum[10], next[MAXN], sum[MAXN];
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_algobase.h:66:0,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/algorithm:61,
from 0_0_20988057_3843.cpp:2:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_iterator_base_funcs.h:184:5: note: template<class _ForwardIterator> _ForwardIterator std::next(_ForwardIterator, typename std::iterator_traits<_Iter>::difference_type)
next(_ForwardIterator __x, typename
^
0_0_20988057_3843.cpp:53:25: error: reference to 'next' is ambiguous
memset(next, 0, sizeof next);
^
0_0_20988057_3843.cpp:14:16: note: candidates are: int next [1005]
int cpNum[10], next[MAXN], sum[MAXN];
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_algobase.h:66:0,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/algorithm:61,
from 0_0_20988057_3843.cpp:2:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_iterator_base_funcs.h:184:5: note: template<class _ForwardIterator> _ForwardIterator std::next(_ForwardIterator, typename std::iterator_traits<_Iter>::difference_type)
next(_ForwardIterator __x, typename
^
0_0_20988057_3843.cpp:66:11: error: reference to 'next' is ambiguous
res -= next[i] * data[id].buy;
^
0_0_20988057_3843.cpp:14:16: note: candidates are: int next [1005]
int cpNum[10], next[MAXN], sum[MAXN];
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_algobase.h:66:0,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/algorithm:61,
from 0_0_20988057_3843.cpp:2:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_iterator_base_funcs.h:184:5: note: template<class _ForwardIterator> _ForwardIterator std::next(_ForwardIterator, typename std::iterator_traits<_Iter>::difference_type)
next(_ForwardIterator __x, typename
^
0_0_20988057_3843.cpp:67:4: error: reference to 'next' is ambiguous
next[i+data[id].n] += next[i];
^
0_0_20988057_3843.cpp:14:16: note: candidates are: int next [1005]
int cpNum[10], next[MAXN], sum[MAXN];
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_algobase.h:66:0,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/algorithm:61,
from 0_0_20988057_3843.cpp:2:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_iterator_base_funcs.h:184:5: note: template<class _ForwardIterator> _ForwardIterator std::next(_ForwardIterator, typename std::iterator_traits<_Iter>::difference_type)
next(_ForwardIterator __x, typename
^
0_0_20988057_3843.cpp:67:26: error: reference to 'next' is ambiguous
next[i+data[id].n] += next[i];
^
0_0_20988057_3843.cpp:14:16: note: candidates are: int next [1005]
int cpNum[10], next[MAXN], sum[MAXN];
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_algobase.h:66:0,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/algorithm:61,
from 0_0_20988057_3843.cpp:2:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_iterator_base_funcs.h:184:5: note: template<class _ForwardIterator> _ForwardIterator std::next(_ForwardIterator, typename std::iterator_traits<_Iter>::difference_type)
next(_ForwardIterator __x, typename
^
|