F.A.Q
Hand In Hand
Online Acmers
Problem Archive
Realtime Judge Status
Authors Ranklist
 
     C/C++/Java Exams     
ACM Steps
Go to Job
Contest LiveCast
ICPC@China
Best Coder beta
VIP | STD Contests
    DIY | Web-DIY beta
Author ID 
Password 
 Register new ID

View Compilation Error

0_0_13803482_20654.cpp:80:1: error: stray '\312' in program
 trieÊ÷´úÂë:
 ^
0_0_13803482_20654.cpp:80:1: error: stray '\367' in program
0_0_13803482_20654.cpp:80:1: error: stray '\264' in program
0_0_13803482_20654.cpp:80:1: error: stray '\372' in program
0_0_13803482_20654.cpp:80:1: error: stray '\302' in program
0_0_13803482_20654.cpp:80:1: error: stray '\353' in program
0_0_13803482_20654.cpp: In function 'void getNext(char*, int)':
0_0_13803482_20654.cpp:10:20: error: 'strlen' was not declared in this scope
  int len = strlen(c);
                    ^
0_0_13803482_20654.cpp:12:2: error: reference to 'next' is ambiguous
  next[cns][0] = -1;
  ^
0_0_13803482_20654.cpp:4:5: note: candidates are: int next [501][205]
 int next[501][205];
     ^
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++/bits/char_traits.h:39,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/ios:40,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/ostream:38,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/iostream:39,
                 from 0_0_13803482_20654.cpp:1:
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_13803482_20654.cpp:19:5: error: reference to 'next' is ambiguous
     next[cns][i] = next[cns][j];
     ^
0_0_13803482_20654.cpp:4:5: note: candidates are: int next [501][205]
 int next[501][205];
     ^
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++/bits/char_traits.h:39,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/ios:40,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/ostream:38,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/iostream:39,
                 from 0_0_13803482_20654.cpp:1:
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_13803482_20654.cpp:19:20: error: reference to 'next' is ambiguous
     next[cns][i] = next[cns][j];
                    ^
0_0_13803482_20654.cpp:4:5: note: candidates are: int next [501][205]
 int next[501][205];
     ^
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++/bits/char_traits.h:39,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/ios:40,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/ostream:38,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/iostream:39,
                 from 0_0_13803482_20654.cpp:1:
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_13803482_20654.cpp:21:5: error: reference to 'next' is ambiguous
     next[cns][i] = j;
     ^
0_0_13803482_20654.cpp:4:5: note: candidates are: int next [501][205]
 int next[501][205];
     ^
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++/bits/char_traits.h:39,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/ios:40,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/ostream:38,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/iostream:39,
                 from 0_0_13803482_20654.cpp:1:
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_13803482_20654.cpp:23:8: error: reference to 'next' is ambiguous
    j = next[cns][j];
        ^
0_0_13803482_20654.cpp:4:5: note: candidates are: int next [501][205]
 int next[501][205];
     ^
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++/bits/char_traits.h:39,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/ios:40,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/ostream:38,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/iostream:39,
                 from 0_0_13803482_20654.cpp:1:
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_13803482_20654.cpp: In function 'bool kmp(char*, char*, int)':
0_0_13803482_20654.cpp:30:21: error: 'strlen' was not declared in this scope
  int wlen = strlen(w), clen = strlen(c);
                     ^
0_0_13803482_20654.cpp:31:24: error: 'clen' was not declared in this scope
  while(i < wlen && j < clen)
                        ^
0_0_13803482_20654.cpp:37:8: error: reference to 'next' is ambiguous
    j = next[cns][j];
        ^
0_0_13803482_20654.cpp:4:5: note: candidates are: int next [501][205]
 int next[501][205];
     ^
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++/bits/char_traits.h:39,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/ios:40,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/ostream:38,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/iostream:39,
                 from 0_0_13803482_20654.cpp:1:
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_13803482_20654.cpp:39:10: error: 'clen' was not declared in this scope
  if(j == clen)
          ^
0_0_13803482_20654.cpp: At global scope:
0_0_13803482_20654.cpp:80:1: error: 'trie' does not name a type
 trieÊ÷´úÂë:
 ^


Hangzhou Dianzi University Online Judge 3.0
Copyright © 2005-2024 HDU ACM Team. All Rights Reserved.
Designer & Developer : Wang Rongtao LinLe GaoJie GanLu
Total 0.000000(s) query 1, Server time : 2024-11-18 02:41:30, Gzip enabled