0_0_39082974_29317.cpp:1:1: error: stray '\266' in program
1 | <b6><fe><bd><f8><d6><c6><d3><U+017B><af><b5><U+0136><e0><d6><U+0631><b3><b0><fc>
| ^~~~
0_0_39082974_29317.cpp:1:2: error: stray '\376' in program
1 | <b6><fe><bd><f8><d6><c6><d3><U+017B><af><b5><U+0136><e0><d6><U+0631><b3><b0><fc>
| ^~~~
0_0_39082974_29317.cpp:1:3: error: stray '\275' in program
1 | <b6><fe><bd><f8><d6><c6><d3><U+017B><af><b5><U+0136><e0><d6><U+0631><b3><b0><fc>
| ^~~~
0_0_39082974_29317.cpp:1:4: error: stray '\370' in program
1 | <b6><fe><bd><f8><d6><c6><d3><U+017B><af><b5><U+0136><e0><d6><U+0631><b3><b0><fc>
| ^~~~
0_0_39082974_29317.cpp:1:5: error: stray '\326' in program
1 | <b6><fe><bd><f8><d6><c6><d3><U+017B><af><b5><U+0136><e0><d6><U+0631><b3><b0><fc>
| ^~~~
0_0_39082974_29317.cpp:1:6: error: stray '\306' in program
1 | <b6><fe><bd><f8><d6><c6><d3><U+017B><af><b5><U+0136><e0><d6><U+0631><b3><b0><fc>
| ^~~~
0_0_39082974_29317.cpp:1:7: error: stray '\323' in program
1 | <b6><fe><bd><f8><d6><c6><d3><U+017B><af><b5><U+0136><e0><d6><U+0631><b3><b0><fc>
| ^~~~
0_0_39082974_29317.cpp:1:9: error: stray '\257' in program
1 | <b6><fe><bd><f8><d6><c6><d3><U+017B><af><b5><U+0136><e0><d6><U+0631><b3><b0><fc>
| ^~~~
0_0_39082974_29317.cpp:1:10: error: stray '\265' in program
1 | <b6><fe><bd><f8><d6><c6><d3><U+017B><af><b5><U+0136><e0><d6><U+0631><b3><b0><fc>
| ^~~~
0_0_39082974_29317.cpp:1:12: error: stray '\340' in program
1 | <b6><fe><bd><f8><d6><c6><d3><U+017B><af><b5><U+0136><e0><d6><U+0631><b3><b0><fc>
| ^~~~
0_0_39082974_29317.cpp:1:13: error: stray '\326' in program
1 | <b6><fe><bd><f8><d6><c6><d3><U+017B><af><b5><U+0136><e0><d6><U+0631><b3><b0><fc>
| ^~~~
0_0_39082974_29317.cpp:1:15: error: stray '\263' in program
1 | <b6><fe><bd><f8><d6><c6><d3><U+017B><af><b5><U+0136><e0><d6><U+0631><b3><b0><fc>
| ^~~~
0_0_39082974_29317.cpp:1:16: error: stray '\260' in program
1 | <b6><fe><bd><f8><d6><c6><d3><U+017B><af><b5><U+0136><e0><d6><U+0631><b3><b0><fc>
| ^~~~
0_0_39082974_29317.cpp:1:17: error: stray '\374' in program
1 | <b6><fe><bd><f8><d6><c6><d3><U+017B><af><b5><U+0136><e0><d6><U+0631><b3><b0><fc>
| ^~~~
0_0_39082974_29317.cpp:1:8: error: '\U0000017b' does not name a type
1 | 二进制优化的多重背包
| ^
In file included from gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/bits/stl_algobase.h:62,
from gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/algorithm:60,
from 0_0_39082974_29317.cpp:4:
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/ext/type_traits.h:164:35: error: 'constexpr const bool __gnu_cxx::__is_null_pointer' redeclared as different kind of entity
164 | __is_null_pointer(std::nullptr_t)
| ^
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/ext/type_traits.h:159:5: note: previous declaration 'template<class _Type> constexpr bool __gnu_cxx::__is_null_pointer(_Type)'
159 | __is_null_pointer(_Type)
| ^~~~~~~~~~~~~~~~~
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/ext/type_traits.h:164:26: error: 'nullptr_t' is not a member of 'std'
164 | __is_null_pointer(std::nullptr_t)
| ^~~~~~~~~
In file included from gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/bits/stl_pair.h:60,
from gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/bits/stl_algobase.h:64:
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/type_traits:510:26: error: 'std::size_t' has not been declared
510 | template<typename _Tp, std::size_t _Size>
| ^~~
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/type_traits:511:25: error: '_Size' was not declared in this scope
511 | struct is_array<_Tp[_Size]>
| ^~~~~
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/type_traits:511:31: error: template argument 1 is invalid
511 | struct is_array<_Tp[_Size]>
| ^
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/type_traits:617:33: error: 'nullptr_t' is not a member of 'std'
617 | struct is_null_pointer<std::nullptr_t>
| ^~~~~~~~~
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/type_traits:617:42: error: template argument 1 is invalid
617 | struct is_null_pointer<std::nullptr_t>
| ^
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/type_traits:621:48: error: template argument 1 is invalid
621 | struct is_null_pointer<const std::nullptr_t>
| ^
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/type_traits:625:51: error: template argument 1 is invalid
625 | struct is_null_pointer<volatile std::nullptr_t>
| ^
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/type_traits:629:57: error: template argument 1 is invalid
629 | struct is_null_pointer<const volatile std::nullptr_t>
| ^
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/type_traits:1348:37: error: 'size_t' is not a member of 'std'; did you mean 'size_t'?
1348 | : public integral_constant<std::size_t, alignof(_Tp)>
| ^~~~~~
In file included from gcc-13.1.0/x86_64-w64-mingw32/include/corecrt_stdio_config.h:10,
from gcc-13.1.0/x86_64-w64-mingw32/include/stdio.h:9,
from gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/cstdio:42,
from 0_0_39082974_29317.cpp:2:
gcc-13.1.0/x86_64-w64-mingw32/include/corecrt.h:35:44: note: 'size_t' declared here
35 | __MINGW_EXTENSION typedef unsigned __int64 size_t;
| ^~~~~~
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/type_traits:1348:57: error: template argument 1 is invalid
1348 | : public integral_constant<std::size_t, alignof(_Tp)>
| ^
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/type_traits:1357:37: error: 'size_t' is not a member of 'std'; did you mean 'size_t'?
1357 | : public integral_constant<std::size_t, 0> { };
| ^~~~~~
gcc-13.1.0/x86_64-w64-mingw32/include/corecrt.h:35:44: note: 'size_t' declared here
35 | __MINGW_EXTENSION typedef unsigned __int64 size_t;
| ^~~~~~
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/type_traits:1357:46: error: template argument 1 is invalid
1357 | : public integral_constant<std::size_t, 0> { };
| ^
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/type_traits:1359:26: error: 'std::size_t' has not been declared
1359 | template<typename _Tp, std::size_t _Size>
| ^~~
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/type_traits:1360:21: error: '_Size' was not declared in this scope
1360 | struct rank<_Tp[_Size]>
| ^~~~~
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/type_traits:1360:27: error: template argument 1 is invalid
1360 | struct rank<_Tp[_Size]>
| ^
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/type_traits:1361:37: error: 'size_t' is not a member of 'std'; did you mean 'size_t'?
1361 | : public integral_constant<std::size_t, 1 + rank<_Tp>::value> { };
| ^~~~~~
gcc-13.1.0/x86_64-w64-mingw32/include/corecrt.h:35:44: note: 'size_t' declared here
35 | __MINGW_EXTENSION typedef unsigned __int64 size_t;
| ^~~~~~
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/type_traits:1361:65: error: template argument 1 is invalid
1361 | : public integral_constant<std::size_t, 1 + rank<_Tp>::value> { };
| ^
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/type_traits:1365:37: error: 'size_t' is not a member of 'std'; did you mean 'size_t'?
1365 | : public integral_constant<std::size_t, 1 + rank<_Tp>::value> { };
| ^~~~~~
gcc-13.1.0/x86_64-w64-mingw32/include/corecrt.h:35:44: note: 'size_t' declared here
35 | __MINGW_EXTENSION typedef unsigned __int64 size_t;
| ^~~~~~
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/type_traits:1365:65: error: template argument 1 is invalid
1365 | : public integral_constant<std::size_t, 1 + rank<_Tp>::value> { };
|
|