0_0_20594363_16148.cpp:14:1: error: invalid digit "8" in octal constant
008
^
0_0_20594363_16148.cpp:16:1: error: invalid digit "9" in octal constant
009
^
0_0_20594363_16148.cpp:34:1: error: invalid digit "8" in octal constant
018
^
0_0_20594363_16148.cpp:36:1: error: invalid digit "9" in octal constant
019
^
0_0_20594363_16148.cpp:54:1: error: invalid digit "8" in octal constant
028
^
0_0_20594363_16148.cpp:56:1: error: invalid digit "9" in octal constant
029
^
0_0_20594363_16148.cpp:74:1: error: invalid digit "8" in octal constant
038
^
0_0_20594363_16148.cpp:76:1: error: invalid digit "9" in octal constant
039
^
0_0_20594363_16148.cpp:94:1: error: invalid digit "8" in octal constant
048
^
0_0_20594363_16148.cpp:96:1: error: invalid digit "9" in octal constant
049
^
0_0_20594363_16148.cpp:114:1: error: invalid digit "8" in octal constant
058
^
0_0_20594363_16148.cpp:116:1: error: invalid digit "9" in octal constant
059
^
0_0_20594363_16148.cpp:134:1: error: invalid digit "8" in octal constant
068
^
0_0_20594363_16148.cpp:136:1: error: invalid digit "9" in octal constant
069
^
0_0_20594363_16148.cpp:154:1: error: invalid digit "8" in octal constant
078
^
0_0_20594363_16148.cpp:156:1: error: invalid digit "9" in octal constant
079
^
0_0_20594363_16148.cpp:158:1: error: invalid digit "8" in octal constant
080
^
0_0_20594363_16148.cpp:160:1: error: invalid digit "8" in octal constant
081
^
0_0_20594363_16148.cpp:162:1: error: invalid digit "8" in octal constant
082
^
0_0_20594363_16148.cpp:164:1: error: invalid digit "8" in octal constant
083
^
0_0_20594363_16148.cpp:166:1: error: invalid digit "8" in octal constant
084
^
0_0_20594363_16148.cpp:168:1: error: invalid digit "8" in octal constant
085
^
0_0_20594363_16148.cpp:170:1: error: invalid digit "8" in octal constant
086
^
0_0_20594363_16148.cpp:172:1: error: invalid digit "8" in octal constant
087
^
0_0_20594363_16148.cpp:174:1: error: invalid digit "8" in octal constant
088
^
0_0_20594363_16148.cpp:176:1: error: invalid digit "9" in octal constant
089
^
0_0_20594363_16148.cpp:178:1: error: invalid digit "9" in octal constant
090
^
0_0_20594363_16148.cpp:180:1: error: invalid digit "9" in octal constant
091
^
0_0_20594363_16148.cpp:182:1: error: invalid digit "9" in octal constant
092
^
0_0_20594363_16148.cpp:184:1: error: invalid digit "9" in octal constant
093
^
0_0_20594363_16148.cpp:186:1: error: invalid digit "9" in octal constant
094
^
0_0_20594363_16148.cpp:188:1: error: invalid digit "9" in octal constant
095
^
0_0_20594363_16148.cpp:190:1: error: invalid digit "9" in octal constant
096
^
0_0_20594363_16148.cpp:192:1: error: invalid digit "9" in octal constant
097
^
0_0_20594363_16148.cpp:194:1: error: invalid digit "9" in octal constant
098
^
0_0_20594363_16148.cpp:196:1: error: invalid digit "9" in octal constant
099
^
0_0_20594363_16148.cpp:245:1: error: unterminated comment
/*
^
0_0_20594363_16148.cpp:2:1: error: expected unqualified-id before numeric constant
002
^
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_20594363_16148.cpp:3:
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_20594363_16148.cpp:3:
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++/io
|