0_0_35963501_8329.cpp:134:1: error: stray '\345' in program
再贴一段别人的DFS代码:
^
0_0_35963501_8329.cpp:134:1: error: stray '\206' in program
0_0_35963501_8329.cpp:134:1: error: stray '\215' in program
0_0_35963501_8329.cpp:134:1: error: stray '\350' in program
0_0_35963501_8329.cpp:134:1: error: stray '\264' in program
0_0_35963501_8329.cpp:134:1: error: stray '\264' in program
0_0_35963501_8329.cpp:134:1: error: stray '\344' in program
0_0_35963501_8329.cpp:134:1: error: stray '\270' in program
0_0_35963501_8329.cpp:134:1: error: stray '\200' in program
0_0_35963501_8329.cpp:134:1: error: stray '\346' in program
0_0_35963501_8329.cpp:134:1: error: stray '\256' in program
0_0_35963501_8329.cpp:134:1: error: stray '\265' in program
0_0_35963501_8329.cpp:134:1: error: stray '\345' in program
0_0_35963501_8329.cpp:134:1: error: stray '\210' in program
0_0_35963501_8329.cpp:134:1: error: stray '\253' in program
0_0_35963501_8329.cpp:134:1: error: stray '\344' in program
0_0_35963501_8329.cpp:134:1: error: stray '\272' in program
0_0_35963501_8329.cpp:134:1: error: stray '\272' in program
0_0_35963501_8329.cpp:134:1: error: stray '\347' in program
0_0_35963501_8329.cpp:134:1: error: stray '\232' in program
0_0_35963501_8329.cpp:134:1: error: stray '\204' in program
0_0_35963501_8329.cpp:134:1: error: stray '\344' in program
0_0_35963501_8329.cpp:134:1: error: stray '\273' in program
0_0_35963501_8329.cpp:134:1: error: stray '\243' in program
0_0_35963501_8329.cpp:134:1: error: stray '\347' in program
0_0_35963501_8329.cpp:134:1: error: stray '\240' in program
0_0_35963501_8329.cpp:134:1: error: stray '\201' in program
0_0_35963501_8329.cpp:134:1: error: stray '\357' in program
0_0_35963501_8329.cpp:134:1: error: stray '\274' in program
0_0_35963501_8329.cpp:134:1: error: stray '\232' in program
0_0_35963501_8329.cpp:134:22: error: 'DFS' does not name a type
再贴一段别人的DFS代码:
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/iosfwd:39:0,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/ios:38,
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_35963501_8329.cpp:137:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stringfwd.h:56:30: error: 'allocator' does not name a type
typename _Alloc = allocator<_CharT> >
^
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stringfwd.h:56:39: error: expected '>' before '<' token
typename _Alloc = allocator<_CharT> >
^
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stringfwd.h:62:28: error: template argument 3 is invalid
typedef basic_string<char> string;
^
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stringfwd.h:62:39: error: invalid type in declaration before ';' token
typedef basic_string<char> string;
^
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stringfwd.h:68:31: error: template argument 3 is invalid
typedef basic_string<wchar_t> wstring;
^
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stringfwd.h:68:40: error: invalid type in declaration before ';' token
typedef basic_string<wchar_t> wstring;
^
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stringfwd.h:78:32: error: template argument 3 is invalid
typedef basic_string<char16_t> u16string;
^
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stringfwd.h:78:43: error: invalid type in declaration before ';' token
typedef basic_string<char16_t> u16string;
^
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stringfwd.h:81:32: error: template argument 3 is invalid
typedef basic_string<char32_t> u32string;
^
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stringfwd.h:81:43: error: invalid type in declaration before ';' token
typedef basic_string<char32_t> u32string;
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/ios:38:0,
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_35963501_8329.cpp:137:
GCC4.9.2/x86_64-w64-mingw32/include/c++/iosfwd:92:24: error: 'allocator' does not name a type
typename _Alloc = allocator<_CharT> >
^
GCC4.9.2/x86_64-w64-mingw32/include/c++/iosfwd:92:33: error: expected '>' before '<' token
typename _Alloc = allocator<_CharT> >
^
GCC4.9.2/x86_64-w64-mingw32/include/c++/iosfwd:96:23: error: 'allocator' does not name a type
typename _Alloc = allocator<_CharT> >
^
GCC4.9.2/x86_64-w64-mingw32/include/c++/iosfwd:96:32: error: expected '>' before '<' token
typename _Alloc = allocator<_CharT> >
^
GCC4.9.2/x86_64-w64-mingw32/include/c++/iosfwd:100:23: error: 'allocator' does not name a type
typename _Alloc = allocator<_CharT> >
^
GCC4.9.2/x86_64-w64-mingw32/include/c++/iosfwd:100:32: error: expected '>' before '<' token
typename _Alloc = allocator<_CharT> >
^
GCC4.9.2/x86_64-w64-mingw32/include/c++/iosfwd:104:23: error: 'allocator' does not name a type
typename _Alloc = allocator<_CharT> >
^
GCC4.9.2/x86_64-w64-mingw32/include/c++/iosfwd:104:32: error: expected '>' before '<' token
typename _Alloc = allocator<_CharT> >
^
GCC4.9.2/x86_64-w64-mingw32/include/c++/iosfwd:142:31: error: template argument 3 is invalid
typedef basic_stringbuf<char> stringbuf;
^
GCC4.9.2/x86_64-w64-mingw32/include/c++/iosfwd:142:43: error: invalid type in declaration before ';' token
typedef basic_stringbuf<char> stringbuf;
^
GCC4.9.2/x86_64-w64-mingw32/include/c++/iosfwd:145:35: error: template argument 3 is invalid
typedef basic_istringstream<char> istringstream;
^
GCC4.9.2/x86_64-w64-mingw32/include/c++/iosfwd:145:51: error: invalid type in declaration before ';' token
typedef basic_istringstream<char> istringstream;
^
GCC4.9.2/x86_64-w64-mingw32/include/c++/iosfwd:148:35: error: template argument 3 is invalid
typedef basic_ostringstream<char> ostringstream;
^
GCC4.9.2/x86_64-w64-mingw32/include/c++/iosfwd:148:51: error: invalid type in declaration before ';' token
typedef basic_ostringstream<char> ostringstream;
^
GCC4.9.2/x86_64-w64-mingw32/include/c++/iosfwd:151:34: error: template argument 3 is invalid
typedef basic_stringstream<char> stringstream;
^
GCC4.9.2/x86_64-w64-mingw32/include/c++/iosfwd:151:49: error: invalid type in declaration before ';' token
typedef basic_stringstream<char> stringstream;
^
GCC4.9.2/x86_64-w64-mingw32/include/c++/iosfwd:182:34: error: template argument 3 is invalid
typedef basic_stringbuf<wchar_t> wstringbuf;
^
GCC4.9.2/x86_64-w64-mingw32/include/c++/iosfwd:182:47: error: invalid type in declaration before ';' token
typedef basic_stringbuf<wchar_t> wstringbuf;
^
GCC4.9.2/x86_64-w64-mingw32/include/c++/iosfwd:185:38: error: template argument 3 is invalid
typedef basic_istringstream<wchar_t> wistringstream;
^
GCC4.9.2/x86_64-w64-mingw32/include/c++/iosfwd:185:55: error: invalid type in declaration before ';' token
typedef basic_istringstream<wchar_t> wistringstream;
^
GCC4.9.2/x86_64-w64-mingw32/include/c++/iosfwd:188:38: error: template argument 3 is invalid
typedef basic_ostringstream<wchar_t> wostringstream;
^
GCC4.9.2/x86_64-w64-mingw32/include/c++/iosfwd:188:55: error: invalid type in declaration before ';' token
typedef basic_ostringstream<wchar_t> wostringstream;
^
GCC4.9.2/x86_64-w64-mingw32/include/c++/iosfwd:191:37: error: template argument 3 is invalid
typedef basic_stringstream<wchar_t> wstringstream;
^
GCC4.9.2/x86_64-w64-mingw32/include/c++/iosfwd:191:53: error: invalid type in declaration before ';' token
typedef basic_stringstream<wchar_t> wstringstream;
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/string:41:0,
from GCC4.9.2/x86_64-w64-mingw
|