0_0_31032945_3112.cpp:1:1: error: stray '\326' in program
dec 置基数为10 相当于"%d"
^
0_0_31032945_3112.cpp:1:1: error: stray '\303' in program
0_0_31032945_3112.cpp:1:1: error: stray '\273' in program
0_0_31032945_3112.cpp:1:1: error: stray '\371' in program
0_0_31032945_3112.cpp:1:1: error: stray '\312' in program
0_0_31032945_3112.cpp:1:1: error: stray '\375' in program
0_0_31032945_3112.cpp:1:1: error: stray '\316' in program
0_0_31032945_3112.cpp:1:1: error: stray '\252' in program
0_0_31032945_3112.cpp:1:1: error: stray '\317' in program
0_0_31032945_3112.cpp:1:1: error: stray '\340' in program
0_0_31032945_3112.cpp:1:1: error: stray '\265' in program
0_0_31032945_3112.cpp:1:1: error: stray '\261' in program
0_0_31032945_3112.cpp:1:1: error: stray '\323' in program
0_0_31032945_3112.cpp:1:1: error: stray '\332' in program
0_0_31032945_3112.cpp:2:1: error: stray '\326' in program
hex 置基数为16 相当于"%X"
^
0_0_31032945_3112.cpp:2:1: error: stray '\303' in program
0_0_31032945_3112.cpp:2:1: error: stray '\273' in program
0_0_31032945_3112.cpp:2:1: error: stray '\371' in program
0_0_31032945_3112.cpp:2:1: error: stray '\312' in program
0_0_31032945_3112.cpp:2:1: error: stray '\375' in program
0_0_31032945_3112.cpp:2:1: error: stray '\316' in program
0_0_31032945_3112.cpp:2:1: error: stray '\252' in program
0_0_31032945_3112.cpp:2:1: error: stray '\317' in program
0_0_31032945_3112.cpp:2:1: error: stray '\340' in program
0_0_31032945_3112.cpp:2:1: error: stray '\265' in program
0_0_31032945_3112.cpp:2:1: error: stray '\261' in program
0_0_31032945_3112.cpp:2:1: error: stray '\323' in program
0_0_31032945_3112.cpp:2:1: error: stray '\332' in program
0_0_31032945_3112.cpp:3:1: error: stray '\326' in program
oct 置基数为8 相当于"%o"
^
0_0_31032945_3112.cpp:3:1: error: stray '\303' in program
0_0_31032945_3112.cpp:3:1: error: stray '\273' in program
0_0_31032945_3112.cpp:3:1: error: stray '\371' in program
0_0_31032945_3112.cpp:3:1: error: stray '\312' in program
0_0_31032945_3112.cpp:3:1: error: stray '\375' in program
0_0_31032945_3112.cpp:3:1: error: stray '\316' in program
0_0_31032945_3112.cpp:3:1: error: stray '\252' in program
0_0_31032945_3112.cpp:3:1: error: stray '\317' in program
0_0_31032945_3112.cpp:3:1: error: stray '\340' in program
0_0_31032945_3112.cpp:3:1: error: stray '\265' in program
0_0_31032945_3112.cpp:3:1: error: stray '\261' in program
0_0_31032945_3112.cpp:3:1: error: stray '\323' in program
0_0_31032945_3112.cpp:3:1: error: stray '\332' in program
0_0_31032945_3112.cpp:4:1: error: stray '\275' in program
setiosflags(ios::uppercase) 16进制数大写输出
^
0_0_31032945_3112.cpp:4:1: error: stray '\370' in program
0_0_31032945_3112.cpp:4:1: error: stray '\326' in program
0_0_31032945_3112.cpp:4:1: error: stray '\306' in program
0_0_31032945_3112.cpp:4:1: error: stray '\312' in program
0_0_31032945_3112.cpp:4:1: error: stray '\375' in program
0_0_31032945_3112.cpp:4:1: error: stray '\264' in program
0_0_31032945_3112.cpp:4:1: error: stray '\363' in program
0_0_31032945_3112.cpp:4:1: error: stray '\320' in program
0_0_31032945_3112.cpp:4:1: error: stray '\264' in program
0_0_31032945_3112.cpp:4:1: error: stray '\312' in program
0_0_31032945_3112.cpp:4:1: error: stray '\344' in program
0_0_31032945_3112.cpp:4:1: error: stray '\263' in program
0_0_31032945_3112.cpp:4:1: error: stray '\366' in program
0_0_31032945_3112.cpp:1:1: error: 'dec' does not name a type
dec 置基数为10 相当于"%d"
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/exception:162:0,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/ios:39,
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_31032945_3112.cpp:6:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/exception_ptr.h:95:30: error: field 'nullptr_t' has incomplete type 'std::__exception_ptr::exception_ptr'
exception_ptr(nullptr_t) noexcept
^
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/exception_ptr.h:95:30: error: expected ';' at end of member declaration
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/exception_ptr.h:95:32: error: expected unqualified-id before 'noexcept'
exception_ptr(nullptr_t) noexcept
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_algobase.h:62: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_31032945_3112.cpp:6:
GCC4.9.2/x86_64-w64-mingw32/include/c++/ext/type_traits.h:160:35: error: '__gnu_cxx::__is_null_pointer' declared as an 'inline' variable
__is_null_pointer(std::nullptr_t)
^
GCC4.9.2/x86_64-w64-mingw32/include/c++/ext/type_traits.h:160:35: error: 'bool __gnu_cxx::__is_null_pointer' redeclared as different kind of symbol
GCC4.9.2/x86_64-w64-mingw32/include/c++/ext/type_traits.h:155:5: note: previous declaration 'template<class _Type> bool __gnu_cxx::__is_null_pointer(_Type)'
__is_null_pointer(_Type)
^
GCC4.9.2/x86_64-w64-mingw32/include/c++/ext/type_traits.h:160:21: error: 'nullptr_t' is not a member of 'std'
__is_null_pointer(std::nullptr_t)
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/move.h:57:0,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_pair.h:59,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_algobase.h:64,
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_31032945_3112.cpp:6:
GCC4.9.2/x86_64-w64-mingw32/include/c++/type_traits:294:31: error: 'std::size_t' has not been declared
template<typename _Tp, std::size_t _Size>
^
GCC4.9.2/x86_64-w64-mingw32/include/c++/type_traits:493:37: error: 'nullptr_t' is not a member of 'std'
struct __is_null_pointer_helper<std::nullptr_t>
^
GCC4.9.2/x86_64-w64-mingw32/include/c++/type_traits:493:37: error: 'nullptr_t' is not a member of 'std'
GCC4.9.2/x86_64-w64-mingw32/include/c++/type_traits:493:51: error: template argument 1 is invalid
struct __is_null_pointer_helper<std::nullptr_t>
^
GCC4.9.2/x86_64-w64-mingw32/include/c++/type_traits:1336:32: error: 'size_t' is not a member of 'std'
: public integral_constant<std::size_t, __alignof__(_Tp)> { };
^
GCC4.9.2/x86_64-w64-mingw32/include/c++/type_traits:1336:32: note: suggested alternative:
In file included from GCC4.9.2/x86_64-w64-mingw32/include/crtdefs.h:10:0,
from GCC4.9.2/x86_64-w64-mingw32/include/wchar.h:9,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/cwchar:44,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/postypes.h:40,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/iosfwd:40,
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_31032945_3112.cpp:6:
GCC4.9.2/x86_64-w64-mingw32/include/_mingw.h:377:44: note: 'size_t'
__MINGW_EXTENSION typedef unsigned __int64 size_t;
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/move.h:57:0,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_pair.h:59,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_algobase.h:64,
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_31032945_3112.cpp:6:
GCC4.9.2/x86_64-w64-mingw32/include/c++/type_traits:1336:32: error: 'size_t' is not a member of 'std'
: public integral_constant<std::size_t, __alignof__(_Tp)> { };
^
GCC4.9.2/x86_64-w64-mingw32/include/c++/type_traits:1336:32: note: suggested alternative:
In file inc
|