/ new_bzoj /

记录详情

Compile Error

/in/foo.cc: In function 'bool cal(int)':
/in/foo.cc:25:11: error: reference to 'next' is ambiguous
       if(!next[head[i]])return 0;
           ^~~~
/in/foo.cc:9:5: note: candidates are: int next [1000005]
 int next[1000005],v[1000005],a[1000005];
     ^~~~
In file included from /usr/include/c++/6/bits/stl_algobase.h:66:0,
                 from /usr/include/c++/6/bits/char_traits.h:39,
                 from /usr/include/c++/6/ios:40,
                 from /usr/include/c++/6/ostream:38,
                 from /usr/include/c++/6/iostream:39,
                 from /in/foo.cc:1:
/usr/include/c++/6/bits/stl_iterator_base_funcs.h:205:5: note:                 template<class _ForwardIterator> _ForwardIterator std::next(_ForwardIterator, typename std::iterator_traits<_Iter>::difference_type)
     next(_ForwardIterator __x, typename
     ^~~~
/in/foo.cc:26:12: error: reference to 'next' is ambiguous
    head[i]=next[head[i]];
            ^~~~
/in/foo.cc:9:5: note: candidates are: int next [1000005]
 int next[1000005],v[1000005],a[1000005];
     ^~~~
In file included from /usr/include/c++/6/bits/stl_algobase.h:66:0,
                 from /usr/include/c++/6/bits/char_traits.h:39,
                 from /usr/include/c++/6/ios:40,
                 from /usr/include/c++/6/ostream:38,
                 from /usr/include/c++/6/iostream:39,
                 from /in/foo.cc:1:
/usr/include/c++/6/bits/stl_iterator_base_funcs.h:205:5: note:                 template<class _ForwardIterator> _ForwardIterator std::next(_ForwardIterator, typename std::iterator_traits<_Iter>::difference_type)
     next(_ForwardIterator __x, typename
     ^~~~
/in/foo.cc: In function 'int main()':
/in/foo.cc:43:4: error: reference to 'next' is ambiguous
    next[cnt]=head[i];
    ^~~~
/in/foo.cc:9:5: note: candidates are: int next [1000005]
 int next[1000005],v[1000005],a[1000005];
     ^~~~
In file included from /usr/include/c++/6/bits/stl_algobase.h:66:0,
                 from /usr/include/c++/6/bits/char_traits.h:39,
                 from /usr/include/c++/6/ios:40,
                 from /usr/include/c++/6/ostream:38,
                 from /usr/include/c++/6/iostream:39,
                 from /in/foo.cc:1:
/usr/include/c++/6/bits/stl_iterator_base_funcs.h:205:5: note:                 template<class _ForwardIterator> _ForwardIterator std::next(_ForwardIterator, typename std::iterator_traits<_Iter>::difference_type)
     next(_ForwardIterator __x, typename
     ^~~~

信息

递交者
类型
递交
题目
生日礼物
语言
C++
递交时间
2018-05-27 21:59:02
评测时间
2018-05-27 21:59:02
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes