Guest
Login
跳过导航链接

Compile Error:

  :1:1: error: '\U00004ee5\U00004e0b\U0000662f\U00007528' does not name a type
    1 | 浠ヤ笅鏄敤 C++ 瀹炵幇璇ュ姛鑳界殑浠g爜绀轰緥锛?      | ^~~~~~~~
In file included from D:/msys64/ucrt64/include/c++/13.2.0/bits/exception_ptr.h:38,
                 from D:/msys64/ucrt64/include/c++/13.2.0/exception:164,
                 from D:/msys64/ucrt64/include/c++/13.2.0/ios:41,
                 from D:/msys64/ucrt64/include/c++/13.2.0/ostream:40,
                 from D:/msys64/ucrt64/include/c++/13.2.0/iostream:41,
                 from :2:
D:/msys64/ucrt64/include/c++/13.2.0/new:126:26: error: declaration of 'operator new' as non-function
  126 | _GLIBCXX_NODISCARD void* operator new(std::size_t) _GLIBCXX_THROW (std::bad_alloc)
      |                          ^~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/new:126:44: error: 'size_t' is not a member of 'std'; did you mean 'size_t'?
  126 | _GLIBCXX_NODISCARD void* operator new(std::size_t) _GLIBCXX_THROW (std::bad_alloc)
      |                                            ^~~~~~
In file included from D:/msys64/ucrt64/include/wchar.h:9,
                 from D:/msys64/ucrt64/include/c++/13.2.0/cwchar:44,
                 from D:/msys64/ucrt64/include/c++/13.2.0/bits/postypes.h:40,
                 from D:/msys64/ucrt64/include/c++/13.2.0/iosfwd:42,
                 from D:/msys64/ucrt64/include/c++/13.2.0/ios:40:
D:/msys64/ucrt64/include/corecrt.h:35:44: note: 'size_t' declared here
   35 | __MINGW_EXTENSION typedef unsigned __int64 size_t;
      |                                            ^~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/new:127:41: error: attributes after parenthesized initializer ignored [-fpermissive]
  127 |   __attribute__((__externally_visible__));
      |                                         ^
D:/msys64/ucrt64/include/c++/13.2.0/new:128:26: error: declaration of 'operator new []' as non-function
  128 | _GLIBCXX_NODISCARD void* operator new[](std::size_t) _GLIBCXX_THROW (std::bad_alloc)
      |                          ^~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/new:128:46: error: 'size_t' is not a member of 'std'; did you mean 'size_t'?
  128 | _GLIBCXX_NODISCARD void* operator new[](std::size_t) _GLIBCXX_THROW (std::bad_alloc)
      |                                              ^~~~~~
D:/msys64/ucrt64/include/corecrt.h:35:44: note: 'size_t' declared here
   35 | __MINGW_EXTENSION typedef unsigned __int64 size_t;
      |                                            ^~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/new:129:41: error: attributes after parenthesized initializer ignored [-fpermissive]
  129 |   __attribute__((__externally_visible__));
      |                                         ^
D:/msys64/ucrt64/include/c++/13.2.0/new:135:29: error: 'std::size_t' has not been declared
  135 | void operator delete(void*, std::size_t) _GLIBCXX_USE_NOEXCEPT
      |                             ^~~
D:/msys64/ucrt64/include/c++/13.2.0/new:137:31: error: 'std::size_t' has not been declared
  137 | void operator delete[](void*, std::size_t) _GLIBCXX_USE_NOEXCEPT
      |                               ^~~
D:/msys64/ucrt64/include/c++/13.2.0/new:140:26: error: declaration of 'operator new' as non-function
  140 | _GLIBCXX_NODISCARD void* operator new(std::size_t, const std::nothrow_t&) _GLIBCXX_USE_NOEXCEPT
      |                          ^~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/new:140:44: error: 'size_t' is not a member of 'std'; did you mean 'size_t'?
  140 | _GLIBCXX_NODISCARD void* operator new(std::size_t, const std::nothrow_t&) _GLIBCXX_USE_NOEXCEPT
      |                                            ^~~~~~
D:/msys64/ucrt64/include/corecrt.h:35:44: note: 'size_t' declared here
   35 | __MINGW_EXTENSION typedef unsigned __int64 size_t;
      |                                            ^~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/new:140:52: error: expected primary-expression before 'const'
  140 | _GLIBCXX_NODISCARD void* operator new(std::size_t, const std::nothrow_t&) _GLIBCXX_USE_NOEXCEPT
      |                                                    ^~~~~
D:/msys64/ucrt64/include/c++/13.2.0/new:142:26: error: declaration of 'operator new []' as non-function
  142 | _GLIBCXX_NODISCARD void* operator new[](std::size_t, const std::nothrow_t&) _GLIBCXX_USE_NOEXCEPT
      |                          ^~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/new:142:46: error: 'size_t' is not a member of 'std'; did you mean 'size_t'?
  142 | _GLIBCXX_NODISCARD void* operator new[](std::size_t, const std::nothrow_t&) _GLIBCXX_USE_NOEXCEPT
      |                                              ^~~~~~
D:/msys64/ucrt64/include/corecrt.h:35:44: note: 'size_t' declared here
   35 | __MINGW_EXTENSION typedef unsigned __int64 size_t;
      |                                            ^~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/new:142:54: error: expected primary-expression before 'const'
  142 | _GLIBCXX_NODISCARD void* operator new[](std::size_t, const std::nothrow_t&) _GLIBCXX_USE_NOEXCEPT
      |                                                      ^~~~~
D:/msys64/ucrt64/include/c++/13.2.0/new:149:26: error: declaration of 'operator new' as non-function
  149 | _GLIBCXX_NODISCARD void* operator new(std::size_t, std::align_val_t)
      |                          ^~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/new:149:44: error: 'size_t' is not a member of 'std'; did you mean 'size_t'?
  149 | _GLIBCXX_NODISCARD void* operator new(std::size_t, std::align_val_t)
      |                                            ^~~~~~
D:/msys64/ucrt64/include/corecrt.h:35:44: note: 'size_t' declared here
   35 | __MINGW_EXTENSION typedef unsigned __int64 size_t;
      |                                            ^~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/new:149:68: error: expected primary-expression before ')' token
  149 | _GLIBCXX_NODISCARD void* operator new(std::size_t, std::align_val_t)
      |                                                                    ^
D:/msys64/ucrt64/include/c++/13.2.0/new:150:73: error: attributes after parenthesized initializer ignored [-fpermissive]
  150 |   __attribute__((__externally_visible__, __alloc_size__ (1), __malloc__));
      |                                                                         ^
D:/msys64/ucrt64/include/c++/13.2.0/new:151:26: error: declaration of 'operator new' as non-function
  151 | _GLIBCXX_NODISCARD void* operator new(std::size_t, std::align_val_t, const std::nothrow_t&)
      |                          ^~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/new:151:44: error: 'size_t' is not a member of 'std'; did you mean 'size_t'?
  151 | _GLIBCXX_NODISCARD void* operator new(std::size_t, std::align_val_t, const std::nothrow_t&)
      |                                            ^~~~~~
D:/msys64/ucrt64/include/corecrt.h:35:44: note: 'size_t' declared here
   35 | __MINGW_EXTENSION typedef unsigned __int64 size_t;
      |                                            ^~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/new:151:68: error: expected primary-expression before ',' token
  151 | _GLIBCXX_NODISCARD void* operator new(std::size_t, std::align_val_t, const std::nothrow_t&)
      |                                                                    ^
D:/msys64/ucrt64/include/c++/13.2.0/new:151:70: error: expected primary-expression before 'const'
  151 | _GLIBCXX_NODISCARD void* operator new(std::size_t, std::align_val_t, const std::nothrow_t&)
      |                                                                      ^~~~~
D:/msys64/ucrt64/include/c++/13.2.0/new:157:26: error: declaration of 'operator new []' as non-function
  157 | _GLIBCXX_NODISCARD void* operator new[](std::size_t, std::align_val_t)
      |                          ^~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/new:157:46: error: 'size_t' is not a member of 'std'; did you mean 'size_t'?
  157 | _GLIBCXX_NODISCARD void* operator new[](std::size_t, std::align_val_t)
      |                                              ^~~~~~
D:/msys64/ucrt64/include/corecrt.h:35:44: note: 'size_t' declared here
   35 | __MINGW_EXTENSION typedef unsigned __int64 size_t;
      |                                            ^~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/new:157:70: error: expected primary-expression before ')' token
  157 | _GLIBCXX_NODISCARD void* operator new[](std::size_t, std::align_val_t)
      |                                                                      ^
D:/msys64/ucrt64/include/c++/13.2.0/new:158:73: error: attributes after parenthesized initializer ignored [-fpermissive]
  158 |   __attribute__((__externally_visible__, __alloc_size__ (1), __malloc__));
      |                                                                         ^
D:/msys64/ucrt64/include/c++/13.2.0/new:159:26: error: declaration of 'operator new []' as non-function
  159 | _GLIBCXX_NODISCARD void* operator new[](std::size_t, std::align_val_t, const std::nothrow_t&)
      |                          ^~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/new:159:46: error: 'size_t' is not a member of 'std'; did you mean 'size_t'?
  159 | _GLIBCXX_NODISCARD void* operator new[](std::size_t, std::align_val_t, const std::nothrow_t&)
      |                                              ^~~~~~
D:/msys64/ucrt64/include/corecrt.h:35:44: note: 'size_t' declared here
   35 | __MINGW_EXTENSION typedef unsigned __int64 size_t;
      |                                            ^~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/new:159:70: error: expected primary-expression before ',' token
  159 | _GLIBCXX_NODISCARD void* operator new[](std::size_t, std::align_val_t, const std::nothrow_t&)
      |                                                                      ^
D:/msys64/ucrt64/include/c++/13.2.0/new:159:72: error: expected primary-expression before 'const'
  159 | _GLIBCXX_NODISCARD void* operator new[](std::size_t, std::align_val_t, const std::nothrow_t&)
      |                                                                        ^~~~~
D:/msys64/ucrt64/include/c++/13.2.0/new:166:29: error: 'std::size_t' has not been declared
  166 | void operator delete(void*, std::size_t, std::align_val_t)
      |                             ^~~
D:/msys64/ucrt64/include/c++/13.2.0/new:168:31: error: 'std::size_t' has not been declared
  168 | void operator delete[](void*, std::size_t, std::align_val_t)
      |                               ^~~
D:/msys64/ucrt64/include/c++/13.2.0/new:174:33: error: declaration of 'operator new' as non-function
  174 | _GLIBCXX_NODISCARD inline void* operator new(std::size_t, void* __p) _GLIBCXX_USE_NOEXCEPT
      |                                 ^~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/new:174:51: error: 'size_t' is not a member of 'std'; did you mean 'size_t'?
  174 | _GLIBCXX_NODISCARD inline void* operator new(std::size_t, void* __p) _GLIBCXX_USE_NOEXCEPT
      |                                                   ^~~~~~
D:/msys64/ucrt64/include/corecrt.h:35:44: note: 'size_t' declared here
   35 | __MINGW_EXTENSION typedef unsigned __int64 size_t;
      |                                            ^~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/new:174:59: error: expected primary-expression before 'void'
  174 | _GLIBCXX_NODISCARD inline void* operator new(std::size_t, void* __p) _GLIBCXX_USE_NOEXCEPT
      |                                                           ^~~~
D:/msys64/ucrt64/include/c++/13.2.0/new:176:33: error: declaration of 'operator new []' as non-function
  176 | _GLIBCXX_NODISCARD inline void* operator new[](std::size_t, void* __p) _GLIBCXX_USE_NOEXCEPT
      |                                 ^~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/new:176:53: error: 'size_t' is not a member of 'std'; did you mean 'size_t'?
  176 | _GLIBCXX_NODISCARD inline void* operator new[](std::size_t, void* __p) _GLIBCXX_USE_NOEXCEPT
      |                                                     ^~~~~~
D:/msys64/ucrt64/include/corecrt.h:35:44: note: 'size_t' declared here
   35 | __MINGW_EXTENSION typedef unsigned __int64 size_t;
      |                                            ^~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/new:176:61: error: expected primary-expression before 'void'
  176 | _GLIBCXX_NODISCARD inline void* operator new[](std::size_t, void* __p) _GLIBCXX_USE_NOEXCEPT
      |                                                             ^~~~
In file included from D:/msys64/ucrt64/include/c++/13.2.0/bits/move.h:37,
                 from D:/msys64/ucrt64/include/c++/13.2.0/bits/exception_ptr.h:41:
D:/msys64/ucrt64/include/c++/13.2.0/type_traits:510:26: error: 'std::size_t' has not been declared
  510 |   template<typename _Tp, std::size_t _Size>
      |                          ^~~
D:/msys64/ucrt64/include/c++/13.2.0/type_traits:511:25: error: '_Size' was not declared in this scope
  511 |     struct is_array<_Tp[_Size]>
      |                         ^~~~~
D:/msys64/ucrt64/include/c++/13.2.0/type_traits:511:31: error: template argument 1 is invalid
  511 |     struct is_array<_Tp[_Size]>
      |                               ^
D:/msys64/ucrt64/include/c++/13.2.0/type_traits:617:33: error: 'nullptr_t' is not a member of 'std'
  617 |     struct is_null_pointer<std::nullptr_t>
      |                                 ^~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/type_traits:617:42: error: template argument 1 is invalid
  617 |     struct is_null_pointer<std::nullptr_t>
      |                                          ^
D:/msys64/ucrt64/include/c++/13.2.0/type_traits:621:48: error: template argument 1 is invalid
  621 |     struct is_null_pointer<const std::nullptr_t>
      |                                                ^
D:/msys64/ucrt64/include/c++/13.2.0/type_traits:625:51: error: template argument 1 is invalid
  625 |     struct is_null_pointer<volatile std::nullptr_t>
      |                                                   ^
D:/msys64/ucrt64/include/c++/13.2.0/type_traits:629:57: error: template argument 1 is invalid
  629 |     struct is_null_pointer<const volatile std::nullptr_t>
      |                                                         ^
D:/msys64/ucrt64/include/c++/13.2.0/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)>
      |                                     ^~~~~~
D:/msys64/ucrt64/include/corecrt.h:35:44: note: 'size_t' declared here
   35 | __MINGW_EXTENSION typedef unsigned __int64 size_t;
      |                                            ^~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/type_traits:1348:57: error: template argument 1 is invalid
 1348 |     : public integral_constant<std::size_t, alignof(_Tp)>
      |                                                         ^
D:/msys64/ucrt64/include/c++/13.2.0/type_traits:1348:57: note: invalid template non-type parameter
D:/msys64/ucrt64/include/c++/13.2.0/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> { };
      |                                     ^~~~~~
D:/msys64/ucrt64/include/corecrt.h:35:44: note: 'size_t' declared here
   35 | __MINGW_EXTENSION typedef unsigned __int64 size_t;
      |                                            ^~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/type_traits:1357:46: error: template argument 1 is invalid
 1357 |     : public integral_constant<std::size_t, 0> { };
      |                                              ^
D:/msys64/ucrt64/include/c++/13.2.0/type_traits:1357:46: note: invalid template non-type parameter
D:/msys64/ucrt64/include/c++/13.2.0/type_traits:1359:26: error: 'std::size_t' has not been declared
 1359 |   template<typename _Tp, std::size_t _Size>
      |                          ^~~
D:/msys64/ucrt64/include/c++/13.2.0/type_traits:1360:21: error: '_Size' was not declared in this scope
 1360 |     struct rank<_Tp[_Size]>
      |                     ^~~~~
D:/msys64/ucrt64/include/c++/13.2.0/type_traits:1360:27: error: template argument 1 is invalid
 1360 |     struct rank<_Tp[_Size]>
      |                           ^
D:/msys64/ucrt64/include/c++/13.2.0/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> { };
      |                                     ^~~~~~
D:/msys64/ucrt64/include/corecrt.h:35:44: note: 'size_t' declared here
   35 | __MINGW_EXTENSION typedef unsigned __int64 size_t;
      |                                            ^~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/type_traits:1361:65: error: template argument 1 is invalid
 1361 |     : public integral_constant<std::size_t, 1 + rank<_Tp>::value> { };
      |                                                                 ^
D:/msys64/ucrt64/include/c++/13.2.0/type_traits:1361:65: note: invalid template non-type parameter
D:/msys64/ucrt64/include/c++/13.2.0/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> { };
      |                                     ^~~~~~
D:/msys64/ucrt64/include/corecrt.h:35:44: note: 'size_t' declared here
   35 | __MINGW_EXTENSION typedef unsigned __int64 size_t;
      |                                            ^~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/type_traits:1365:65: error: template argument 1 is invalid
 1365 |     : public integral_constant<std::size_t, 1 + rank<_Tp>::value> { };
      |                                                                 ^
D:/msys64/ucrt64/include/c++/13.2.0/type_traits:1365:65: note: invalid template non-type parameter
D:/msys64/ucrt64/include/c++/13.2.0/type_traits:1993:26: error: 'std::size_t' has not been declared
 1993 |   template<typename _Tp, std::size_t _Size>
      |                          ^~~
D:/msys64/ucrt64/include/c++/13.2.0/type_traits:1994:30: error: '_Size' was not declared in this scope
 1994 |     struct remove_extent<_Tp[_Size]>
      |                              ^~~~~
D:/msys64/ucrt64/include/c++/13.2.0/type_traits:1994:36: error: template argument 1 is invalid
 1994 |     struct remove_extent<_Tp[_Size]>
      |                                    ^
D:/msys64/ucrt64/include/c++/13.2.0/type_traits:2006:26: error: 'std::size_t' has not been declared
 2006 |   template<typename _Tp, std::size_t _Size>
      |                          ^~~
D:/msys64/ucrt64/include/c++/13.2.0/type_traits:2007:35: error: '_Size' was not declared in this scope
 2007 |     struct remove_all_extents<_Tp[_Size]>
      |                                   ^~~~~
D:/msys64/ucrt64/include/c++/13.2.0/type_traits:2007:41: error: template argument 1 is invalid
 2007 |     struct remove_all_extents<_Tp[_Size]>
      |                                         ^
D:/msys64/ucrt64/include/c++/13.2.0/type_traits:2072:12: error: 'std::size_t' has not been declared
 2072 |   template<std::size_t _Len>
      |            ^~~
D:/msys64/ucrt64/include/c++/13.2.0/type_traits:2077:30: error: '_Len' was not declared in this scope
 2077 |         unsigned char __data[_Len];
      |                              ^~~~
D:/msys64/ucrt64/include/c++/13.2.0/type_traits:2095:12: error: 'std::size_t' has not been declared
 2095 |   template<std::size_t _Len, std::size_t _Align =
      |            ^~~
D:/msys64/ucrt64/include/c++/13.2.0/type_traits:2095:30: error: 'std::size_t' has not been declared
 2095 |   template<std::size_t _Len, std::size_t _Align =
      |                              ^~~
D:/msys64/ucrt64/include/c++/13.2.0/type_traits:2096:55: error: '_Len' was not declared in this scope
 2096 |            __alignof__(typename __aligned_storage_msa<_Len>::__type)>
      |                                                       ^~~~
D:/msys64/ucrt64/include/c++/13.2.0/type_traits:2096:59: error: template argument 1 is invalid
 2096 |            __alignof__(typename __aligned_storage_msa<_Len>::__type)>
      |                                                           ^
D:/msys64/ucrt64/include/c++/13.2.0/type_traits:2103:30: error: '_Len' was not declared in this scope
 2103 |         unsigned char __data[_Len];
      |                              ^~~~
D:/msys64/ucrt64/include/c++/13.2.0/type_traits:2104:44: error: '_Align' was not declared in this scope
 2104 |         struct __attribute__((__aligned__((_Align)))) { } __align;
      |                                            ^~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/exception_ptr.h:119:21: error: field 'nullptr_t' has incomplete type 'std::__exception_ptr::exception_ptr'
  119 |       exception_ptr(nullptr_t) noexcept
      |                     ^~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/exception_ptr.h:97:11: note: definition of 'class std::__exception_ptr::exception_ptr' is not complete until the closing brace
   97 |     class exception_ptr
      |           ^~~~~~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/exception_ptr.h:119:30: error: expected ';' at end of member declaration
  119 |       exception_ptr(nullptr_t) noexcept
      |                              ^
      |                               ;
D:/msys64/ucrt64/include/c++/13.2.0/bits/exception_ptr.h:119:32: error: expected unqualified-id before 'noexcept'
  119 |       exception_ptr(nullptr_t) noexcept
      |                                ^~~~~~~~
In file included from D:/msys64/ucrt64/include/c++/13.2.0/ios:42:
D:/msys64/ucrt64/include/c++/13.2.0/bits/char_traits.h:144:61: error: 'std::size_t' has not been declared
  144 |       compare(const char_type* __s1, const char_type* __s2, std::size_t __n);
      |                                                             ^~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/char_traits.h:146:40: error: 'size_t' in namespace 'std' does not name a type
  146 |       static _GLIBCXX14_CONSTEXPR std::size_t
      |                                        ^~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/char_traits.h:150:34: error: 'std::size_t' has not been declared
  150 |       find(const char_type* __s, std::size_t __n, const char_type& __a);
      |                                  ^~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/char_traits.h:153:52: error: 'std::size_t' has not been declared
  153 |       move(char_type* __s1, const char_type* __s2, std::size_t __n);
      |                                                    ^~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/char_traits.h:156:52: error: 'std::size_t' has not been declared
  156 |       copy(char_type* __s1, const char_type* __s2, std::size_t __n);
      |                                                    ^~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/char_traits.h:159:30: error: 'std::size_t' has not been declared
  159 |       assign(char_type* __s, std::size_t __n, char_type __a);
      |                              ^~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/char_traits.h:187:59: error: 'std::size_t' has not been declared
  187 |     compare(const char_type* __s1, const char_type* __s2, std::size_t __n)
      |                                                           ^~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/char_traits.h: In static member function 'static constexpr int __gnu_cxx::char_traits<_CharT>::compare(const char_type*, const char_type*, int)':
D:/msys64/ucrt64/include/c++/13.2.0/bits/char_traits.h:189:17: error: 'size_t' is not a member of 'std'; did you mean 'size_t'?
  189 |       for (std::size_t __i = 0; __i < __n; ++__i)
      |                 ^~~~~~
D:/msys64/ucrt64/include/corecrt.h:35:44: note: 'size_t' declared here
   35 | __MINGW_EXTENSION typedef unsigned __int64 size_t;
      |                                            ^~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/char_traits.h:189:33: error: '__i' was not declared in this scope; did you mean '__n'?
  189 |       for (std::size_t __i = 0; __i < __n; ++__i)
      |                                 ^~~
      |                                 __n
D:/msys64/ucrt64/include/c++/13.2.0/bits/char_traits.h: At global scope:
D:/msys64/ucrt64/include/c++/13.2.0/bits/char_traits.h:198:31: error: 'size_t' in namespace 'std' does not name a type
  198 |     _GLIBCXX14_CONSTEXPR std::size_t
      |                               ^~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/char_traits.h:211:32: error: 'std::size_t' has not been declared
  211 |     find(const char_type* __s, std::size_t __n, const char_type& __a)
      |                                ^~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/char_traits.h: In static member function 'static constexpr const __gnu_cxx::char_traits<_CharT>::char_type* __gnu_cxx::char_traits<_CharT>::find(const char_type*, int, const char_type&)':
D:/msys64/ucrt64/include/c++/13.2.0/bits/char_traits.h:213:17: error: 'size_t' is not a member of 'std'; did you mean 'size_t'?
  213 |       for (std::size_t __i = 0; __i < __n; ++__i)
      |                 ^~~~~~
D:/msys64/ucrt64/include/corecrt.h:35:44: note: 'size_t' declared here
   35 | __MINGW_EXTENSION typedef unsigned __int64 size_t;
      |                                            ^~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/char_traits.h:213:33: error: '__i' was not declared in this scope; did you mean '__s'?
  213 |       for (std::size_t __i = 0; __i < __n; ++__i)
      |                                 ^~~
      |                                 __s
D:/msys64/ucrt64/include/c++/13.2.0/bits/char_traits.h: At global scope:
D:/msys64/ucrt64/include/c++/13.2.0/bits/char_traits.h:223:50: error: 'std::size_t' has not been declared
  223 |     move(char_type* __s1, const char_type* __s2, std::size_t __n)
      |                                                  ^~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/char_traits.h:264:50: error: 'std::size_t' has not been declared
  264 |     copy(char_type* __s1, const char_type* __s2, std::size_t __n)
      |                                                  ^~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/char_traits.h:284:28: error: 'std::size_t' has not been declared
  284 |     assign(char_type* __s, std::size_t __n, char_type __a)
      |                            ^~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/char_traits.h: In static member function 'static __gnu_cxx::char_traits<_CharT>::char_type* __gnu_cxx::char_traits<_CharT>::assign(char_type*, int, char_type)':
D:/msys64/ucrt64/include/c++/13.2.0/bits/char_traits.h:306:21: error: 'size_t' is not a member of 'std'; did you mean 'size_t'?
  306 |           for (std::size_t __i = 0; __i < __n; ++__i)
      |                     ^~~~~~
D:/msys64/ucrt64/include/corecrt.h:35:44: note: 'size_t' declared here
   35 | __MINGW_EXTENSION typedef unsigned __int64 size_t;
      |                                            ^~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/char_traits.h:306:37: error: '__i' was not declared in this scope; did you mean '__s'?
  306 |           for (std::size_t __i = 0; __i < __n; ++__i)
      |                                     ^~~
      |                                     __s
D:/msys64/ucrt64/include/c++/13.2.0/bits/char_traits.h: In static member function 'static constexpr size_t std::char_traits<char>::length(const char_type*)':
D:/msys64/ucrt64/include/c++/13.2.0/bits/char_traits.h:407:53: error: 'length' is not a member of '__gnu_cxx::char_traits<char>'
  407 |           return __gnu_cxx::char_traits<char_type>::length(__s);
      |                                                     ^~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/char_traits.h: In static member function 'static constexpr size_t std::char_traits<wchar_t>::length(const char_type*)':
D:/msys64/ucrt64/include/c++/13.2.0/bits/char_traits.h:538:53: error: 'length' is not a member of '__gnu_cxx::char_traits<wchar_t>'
  538 |           return __gnu_cxx::char_traits<char_type>::length(__s);
      |                                                     ^~~~~~
In file included from D:/msys64/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++allocator.h:33,
                 from D:/msys64/ucrt64/include/c++/13.2.0/bits/allocator.h:46,
                 from D:/msys64/ucrt64/include/c++/13.2.0/string:43,
                 from D:/msys64/ucrt64/include/c++/13.2.0/bits/locale_classes.h:40,
                 from D:/msys64/ucrt64/include/c++/13.2.0/bits/ios_base.h:41,
                 from D:/msys64/ucrt64/include/c++/13.2.0/ios:44:
D:/msys64/ucrt64/include/c++/13.2.0/bits/new_allocator.h: At global scope:
D:/msys64/ucrt64/include/c++/13.2.0/bits/new_allocator.h:67:20: error: 'size_t' in namespace 'std' does not name a type
   67 |       typedef std::size_t     size_type;
      |                    ^~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/new_allocator.h:68:20: error: 'ptrdiff_t' in namespace 'std' does not name a type
   68 |       typedef std::ptrdiff_t  difference_type;
      |                    ^~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/new_allocator.h:122:16: error: 'size_type' has not been declared
  122 |       allocate(size_type __n, const void* = static_cast<const void*>(0))
      |                ^~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/new_allocator.h:152:28: error: 'size_type' has not been declared
  152 |       deallocate(_Tp* __p, size_type __n __attribute__ ((__unused__)))
      |                            ^~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/new_allocator.h:177:7: error: 'size_type' does not name a type; did you mean 'true_type'?
  177 |       size_type
      |       ^~~~~~~~~
      |       true_type
D:/msys64/ucrt64/include/c++/13.2.0/bits/new_allocator.h:225:26: error: 'size_type' does not name a type; did you mean 'true_type'?
  225 |       _GLIBCXX_CONSTEXPR size_type
      |                          ^~~~~~~~~
      |                          true_type
D:/msys64/ucrt64/include/c++/13.2.0/bits/new_allocator.h: In member function '_Tp* std::__new_allocator<_Tp>::allocate(int, const void*)':
D:/msys64/ucrt64/include/c++/13.2.0/bits/new_allocator.h:134:29: error: 'size_t' is not a member of 'std'; did you mean 'size_t'?
  134 |             if (__n > (std::size_t(-1) / sizeof(_Tp)))
      |                             ^~~~~~
D:/msys64/ucrt64/include/corecrt.h:35:44: note: 'size_t' declared here
   35 | __MINGW_EXTENSION typedef unsigned __int64 size_t;
      |                                            ^~~~~~
In file included from D:/msys64/ucrt64/include/c++/13.2.0/bits/stl_iterator.h:65,
                 from D:/msys64/ucrt64/include/c++/13.2.0/string:48:
D:/msys64/ucrt64/include/c++/13.2.0/ext/type_traits.h: At global scope:
D:/msys64/ucrt64/include/c++/13.2.0/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)
      |                                   ^
D:/msys64/ucrt64/include/c++/13.2.0/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)
      |     ^~~~~~~~~~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/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 D:/msys64/ucrt64/include/c++/13.2.0/ext/alloc_traits.h:34,
                 from D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:39,
                 from D:/msys64/ucrt64/include/c++/13.2.0/string:54:
D:/msys64/ucrt64/include/c++/13.2.0/bits/alloc_traits.h:449:36: error: 'ptrdiff_t' in namespace 'std' does not name a type
  449 |       using difference_type = std::ptrdiff_t;
      |                                    ^~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/alloc_traits.h:452:30: error: 'size_t' in namespace 'std' does not name a type; did you mean 'size'?
  452 |       using size_type = std::size_t;
      |                              ^~~~~~
      |                              size
D:/msys64/ucrt64/include/c++/13.2.0/bits/alloc_traits.h:481:37: error: 'size_type' has not been declared
  481 |       allocate(allocator_type& __a, size_type __n)
      |                                     ^~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/alloc_traits.h:496:37: error: 'size_type' has not been declared
  496 |       allocate(allocator_type& __a, size_type __n, const_void_pointer __hint)
      |                                     ^~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/alloc_traits.h:515:52: error: 'size_type' has not been declared
  515 |       deallocate(allocator_type& __a, pointer __p, size_type __n)
      |                                                    ^~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/alloc_traits.h:569:35: error: 'size_type' does not name a type; did you mean 'true_type'?
  569 |       static _GLIBCXX20_CONSTEXPR size_type
      |                                   ^~~~~~~~~
      |                                   true_type
D:/msys64/ucrt64/include/c++/13.2.0/bits/alloc_traits.h:613:36: error: 'ptrdiff_t' in namespace 'std' does not name a type
  613 |       using difference_type = std::ptrdiff_t;
      |                                    ^~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/alloc_traits.h:616:30: error: 'size_t' in namespace 'std' does not name a type; did you mean 'size'?
  616 |       using size_type = std::size_t;
      |                              ^~~~~~
      |                              size
D:/msys64/ucrt64/include/c++/13.2.0/bits/alloc_traits.h:638:33: error: 'size_type' has not been declared
  638 |       allocate(allocator_type&, size_type, const void* = nullptr) = delete;
      |                                 ^~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/alloc_traits.h:642:42: error: 'size_type' has not been declared
  642 |       deallocate(allocator_type&, void*, size_type) = delete;
      |                                          ^~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/alloc_traits.h:677:14: error: 'size_type' does not name a type; did you mean 'true_type'?
  677 |       static size_type
      |              ^~~~~~~~~
      |              true_type
In file included from D:/msys64/ucrt64/include/c++/13.2.0/string_view:42,
                 from D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:47:
D:/msys64/ucrt64/include/c++/13.2.0/bits/functional_hash.h:273:17: error: 'nullptr_t' was not declared in this scope
  273 |     struct hash<nullptr_t> : public __hash_base<size_t, nullptr_t>
      |                 ^~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/functional_hash.h:1:1: note: 'nullptr_t' is defined in header '<cstddef>'; did you forget to '#include <cstddef>'?
  +++ |+#include <cstddef>
    1 | // functional_hash.h header -*- C++ -*-
D:/msys64/ucrt64/include/c++/13.2.0/bits/functional_hash.h:273:26: error: template argument 1 is invalid
  273 |     struct hash<nullptr_t> : public __hash_base<size_t, nullptr_t>
      |                          ^
D:/msys64/ucrt64/include/c++/13.2.0/bits/functional_hash.h:273:57: error: 'nullptr_t' was not declared in this scope
  273 |     struct hash<nullptr_t> : public __hash_base<size_t, nullptr_t>
      |                                                         ^~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/functional_hash.h:273:57: note: 'nullptr_t' is defined in header '<cstddef>'; did you forget to '#include <cstddef>'?
D:/msys64/ucrt64/include/c++/13.2.0/bits/functional_hash.h:273:66: error: template argument 2 is invalid
  273 |     struct hash<nullptr_t> : public __hash_base<size_t, nullptr_t>
      |                                                                  ^
In file included from D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:4097:
D:/msys64/ucrt64/include/c++/13.2.0/ext/string_conversions.h:57:53: error: 'std::size_t' has not been declared
   57 |            const char* __name, const _CharT* __str, std::size_t* __idx,
      |                                                     ^~~
D:/msys64/ucrt64/include/c++/13.2.0/ext/string_conversions.h:101:43: error: 'std::size_t' has not been declared
  101 |     __to_xstring(int (*__convf) (_CharT*, std::size_t, const _CharT*,
      |                                           ^~~
D:/msys64/ucrt64/include/c++/13.2.0/ext/string_conversions.h:102:54: error: 'std::size_t' has not been declared
  102 |                                  __builtin_va_list), std::size_t __n,
      |                                                      ^~~
D:/msys64/ucrt64/include/c++/13.2.0/ext/alloc_traits.h: In instantiation of 'struct __gnu_cxx::__alloc_traits<std::allocator<char>, char>':
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:90:24:   required from 'class std::__cxx11::basic_string<char>'
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:4109:68:   required from here
D:/msys64/ucrt64/include/c++/13.2.0/ext/alloc_traits.h:56:53: error: no type named 'size_type' in '__gnu_cxx::__alloc_traits<std::allocator<char>, char>::_Base_type' {aka 'struct std::allocator_traits<std::allocator<char> >'}
   56 |     typedef typename _Base_type::size_type          size_type;
      |                                                     ^~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/ext/alloc_traits.h:57:53: error: no type named 'difference_type' in '__gnu_cxx::__alloc_traits<std::allocator<char>, char>::_Base_type' {aka 'struct std::allocator_traits<std::allocator<char> >'}
   57 |     typedef typename _Base_type::difference_type    difference_type;
      |                                                     ^~~~~~~~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/ext/alloc_traits.h:65:23: error: 'max_size' has not been declared in '__gnu_cxx::__alloc_traits<std::allocator<char>, char>::_Base_type'
   65 |     using _Base_type::max_size;
      |                       ^~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h: In function 'int std::__cxx11::stoi(const std::string&, size_t*, int)':
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:4109:40: error: no matching function for call to '__stoa<long int, int>(long int (*)(const char*, char**, int), const char [5], const char*, size_t*&, int&)'
 4109 |   { return __gnu_cxx::__stoa<long, int>(&std::strtol, "stoi", __str.c_str(),
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 4110 |                                         __idx, __base); }
      |                                         ~~~~~~~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/ext/string_conversions.h:56:5: note: candidate: 'template<class _TRet, class _Ret, class _CharT, class ... _Base> _Ret __gnu_cxx::__stoa(_TRet (*)(const _CharT*, _CharT**, _Base ...), const char*, const _CharT*, int*, _Base ...)'
   56 |     __stoa(_TRet (*__convf) (const _CharT*, _CharT**, _Base...),
      |     ^~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/ext/string_conversions.h:56:5: note:   template argument deduction/substitution failed:
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:4110:41: note:   cannot convert '__idx' (type 'size_t*' {aka 'long long unsigned int*'}) to type 'int*'
 4110 |                                         __idx, __base); }
      |                                         ^~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h: In function 'long int std::__cxx11::stol(const std::string&, size_t*, int)':
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:4114:29: error: no matching function for call to '__stoa(long int (*)(const char*, char**, int), const char [5], const char*, size_t*&, int&)'
 4114 |   { return __gnu_cxx::__stoa(&std::strtol, "stol", __str.c_str(),
      |            ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 4115 |                              __idx, __base); }
      |                              ~~~~~~~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/ext/string_conversions.h:56:5: note: candidate: 'template<class _TRet, class _Ret, class _CharT, class ... _Base> _Ret __gnu_cxx::__stoa(_TRet (*)(const _CharT*, _CharT**, _Base ...), const char*, const _CharT*, int*, _Base ...)'
   56 |     __stoa(_TRet (*__convf) (const _CharT*, _CharT**, _Base...),
      |     ^~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/ext/string_conversions.h:56:5: note:   template argument deduction/substitution failed:
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:4115:30: note:   cannot convert '__idx' (type 'size_t*' {aka 'long long unsigned int*'}) to type 'int*'
 4115 |                              __idx, __base); }
      |                              ^~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h: In function 'long unsigned int std::__cxx11::stoul(const std::string&, size_t*, int)':
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:4119:29: error: no matching function for call to '__stoa(long unsigned int (*)(const char*, char**, int), const char [6], const char*, size_t*&, int&)'
 4119 |   { return __gnu_cxx::__stoa(&std::strtoul, "stoul", __str.c_str(),
      |            ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 4120 |                              __idx, __base); }
      |                              ~~~~~~~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/ext/string_conversions.h:56:5: note: candidate: 'template<class _TRet, class _Ret, class _CharT, class ... _Base> _Ret __gnu_cxx::__stoa(_TRet (*)(const _CharT*, _CharT**, _Base ...), const char*, const _CharT*, int*, _Base ...)'
   56 |     __stoa(_TRet (*__convf) (const _CharT*, _CharT**, _Base...),
      |     ^~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/ext/string_conversions.h:56:5: note:   template argument deduction/substitution failed:
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:4120:30: note:   cannot convert '__idx' (type 'size_t*' {aka 'long long unsigned int*'}) to type 'int*'
 4120 |                              __idx, __base); }
      |                              ^~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h: In function 'long long int std::__cxx11::stoll(const std::string&, size_t*, int)':
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:4124:29: error: no matching function for call to '__stoa(long long int (*)(const char*, char**, int), const char [6], const char*, size_t*&, int&)'
 4124 |   { return __gnu_cxx::__stoa(&std::strtoll, "stoll", __str.c_str(),
      |            ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 4125 |                              __idx, __base); }
      |                              ~~~~~~~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/ext/string_conversions.h:56:5: note: candidate: 'template<class _TRet, class _Ret, class _CharT, class ... _Base> _Ret __gnu_cxx::__stoa(_TRet (*)(const _CharT*, _CharT**, _Base ...), const char*, const _CharT*, int*, _Base ...)'
   56 |     __stoa(_TRet (*__convf) (const _CharT*, _CharT**, _Base...),
      |     ^~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/ext/string_conversions.h:56:5: note:   template argument deduction/substitution failed:
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:4125:30: note:   cannot convert '__idx' (type 'size_t*' {aka 'long long unsigned int*'}) to type 'int*'
 4125 |                              __idx, __base); }
      |                              ^~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h: In function 'long long unsigned int std::__cxx11::stoull(const std::string&, size_t*, int)':
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:4129:29: error: no matching function for call to '__stoa(long long unsigned int (*)(const char*, char**, int), const char [7], const char*, size_t*&, int&)'
 4129 |   { return __gnu_cxx::__stoa(&std::strtoull, "stoull", __str.c_str(),
      |            ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 4130 |                              __idx, __base); }
      |                              ~~~~~~~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/ext/string_conversions.h:56:5: note: candidate: 'template<class _TRet, class _Ret, class _CharT, class ... _Base> _Ret __gnu_cxx::__stoa(_TRet (*)(const _CharT*, _CharT**, _Base ...), const char*, const _CharT*, int*, _Base ...)'
   56 |     __stoa(_TRet (*__convf) (const _CharT*, _CharT**, _Base...),
      |     ^~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/ext/string_conversions.h:56:5: note:   template argument deduction/substitution failed:
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:4130:30: note:   cannot convert '__idx' (type 'size_t*' {aka 'long long unsigned int*'}) to type 'int*'
 4130 |                              __idx, __base); }
      |                              ^~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h: In function 'float std::__cxx11::stof(const std::string&, size_t*)':
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:4135:29: error: no matching function for call to '__stoa(float (*)(const char*, char**), const char [5], const char*, size_t*&)'
 4135 |   { return __gnu_cxx::__stoa(&std::strtof, "stof", __str.c_str(), __idx); }
      |            ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/ext/string_conversions.h:56:5: note: candidate: 'template<class _TRet, class _Ret, class _CharT, class ... _Base> _Ret __gnu_cxx::__stoa(_TRet (*)(const _CharT*, _CharT**, _Base ...), const char*, const _CharT*, int*, _Base ...)'
   56 |     __stoa(_TRet (*__convf) (const _CharT*, _CharT**, _Base...),
      |     ^~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/ext/string_conversions.h:56:5: note:   template argument deduction/substitution failed:
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:4135:67: note:   cannot convert '__idx' (type 'size_t*' {aka 'long long unsigned int*'}) to type 'int*'
 4135 |   { return __gnu_cxx::__stoa(&std::strtof, "stof", __str.c_str(), __idx); }
      |                                                                   ^~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h: In function 'double std::__cxx11::stod(const std::string&, size_t*)':
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:4139:29: error: no matching function for call to '__stoa(double (*)(const char*, char**), const char [5], const char*, size_t*&)'
 4139 |   { return __gnu_cxx::__stoa(&std::strtod, "stod", __str.c_str(), __idx); }
      |            ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/ext/string_conversions.h:56:5: note: candidate: 'template<class _TRet, class _Ret, class _CharT, class ... _Base> _Ret __gnu_cxx::__stoa(_TRet (*)(const _CharT*, _CharT**, _Base ...), const char*, const _CharT*, int*, _Base ...)'
   56 |     __stoa(_TRet (*__convf) (const _CharT*, _CharT**, _Base...),
      |     ^~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/ext/string_conversions.h:56:5: note:   template argument deduction/substitution failed:
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:4139:67: note:   cannot convert '__idx' (type 'size_t*' {aka 'long long unsigned int*'}) to type 'int*'
 4139 |   { return __gnu_cxx::__stoa(&std::strtod, "stod", __str.c_str(), __idx); }
      |                                                                   ^~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h: In function 'long double std::__cxx11::stold(const std::string&, size_t*)':
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:4143:29: error: no matching function for call to '__stoa(long double (*)(const char*, char**), const char [6], const char*, size_t*&)'
 4143 |   { return __gnu_cxx::__stoa(&std::strtold, "stold", __str.c_str(), __idx); }
      |            ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/ext/string_conversions.h:56:5: note: candidate: 'template<class _TRet, class _Ret, class _CharT, class ... _Base> _Ret __gnu_cxx::__stoa(_TRet (*)(const _CharT*, _CharT**, _Base ...), const char*, const _CharT*, int*, _Base ...)'
   56 |     __stoa(_TRet (*__convf) (const _CharT*, _CharT**, _Base...),
      |     ^~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/ext/string_conversions.h:56:5: note:   template argument deduction/substitution failed:
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:4143:69: note:   cannot convert '__idx' (type 'size_t*' {aka 'long long unsigned int*'}) to type 'int*'
 4143 |   { return __gnu_cxx::__stoa(&std::strtold, "stold", __str.c_str(), __idx); }
      |                                                                     ^~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h: In function 'std::string std::__cxx11::to_string(int)':
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:4158:36: error: no matching function for call to 'std::__cxx11::basic_string<char>::basic_string(unsigned int, char)'
 4158 |     string __str(__neg + __len, '-');
      |                                    ^
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:783:9: note: candidate: 'template<class _Tp, class> std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::basic_string(const _Tp&, const _Alloc&) [with <template-parameter-2-2> = _Tp; _CharT = char; _Traits = std::char_traits<char>; _Alloc = std::allocator<char>]'
  783 |         basic_string(const _Tp& __t, const _Alloc& __a = _Alloc())
      |         ^~~~~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:783:9: note:   template argument deduction/substitution failed:
D:/msys64/ucrt64/include/c++/13.2.0/type_traits: In substitution of 'template<bool _Cond, class _Tp> using std::enable_if_t = typename std::enable_if::type [with bool _Cond = false; _Tp = void]':
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:144:8:   required by substitution of 'template<class _CharT, class _Traits, class _Alloc> template<class _Tp, class _Res> using std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::_If_sv = std::enable_if_t<std::__and_<std::is_convertible<const _Tp&, std::basic_string_view<_CharT, _Traits> >, std::__not_<std::is_convertible<const _Tp*, const std::__cxx11::basic_string<_CharT, _Traits, _Alloc>*> >, std::__not_<std::is_convertible<const _Tp&, const _CharT*> > >::value, _Res> [with _Tp = unsigned int; _Res = void; _CharT = char; _Traits = std::char_traits<char>; _Alloc = std::allocator<char>]'
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:780:30:   required from here
D:/msys64/ucrt64/include/c++/13.2.0/type_traits:2610:11: error: no type named 'type' in 'struct std::enable_if<false, void>'
 2610 |     using enable_if_t = typename enable_if<_Cond, _Tp>::type;
      |           ^~~~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:748:9: note: candidate: 'template<class _InputIterator, class> std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::basic_string(_InputIterator, _InputIterator, const _Alloc&) [with <template-parameter-2-2> = _InputIterator; _CharT = char; _Traits = std::char_traits<char>; _Alloc = std::allocator<char>]'
  748 |         basic_string(_InputIterator __beg, _InputIterator __end,
      |         ^~~~~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:748:9: note:   template argument deduction/substitution failed:
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:4158:36: note:   deduced conflicting types for parameter '_InputIterator' ('unsigned int' and 'char')
 4158 |     string __str(__neg + __len, '-');
      |                                    ^
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:631:7: note: candidate: 'template<class> std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::basic_string(const _CharT*, const _Alloc&) [with _CharT = char; _Traits = std::char_traits<char>; _Alloc = std::allocator<char>]'
  631 |       basic_string(const _CharT* __s, const _Alloc& __a = _Alloc())
      |       ^~~~~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:631:7: note:   template argument deduction/substitution failed:
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:4158:24: note:   cannot convert '(((unsigned int)((int)__neg)) + ((unsigned int)__len))' (type 'unsigned int') to type 'const char*'
 4158 |     string __str(__neg + __len, '-');
      |                  ~~~~~~^~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:705:7: note: candidate: 'std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::basic_string(std::__cxx11::basic_string<_CharT, _Traits, _Alloc>&&, const _Alloc&) [with _CharT = char; _Traits = std::char_traits<char>; _Alloc = std::allocator<char>]'
  705 |       basic_string(basic_string&& __str, const _Alloc& __a)
      |       ^~~~~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:705:35: note:   no known conversion for argument 1 from 'unsigned int' to 'std::__cxx11::basic_string<char>&&'
  705 |       basic_string(basic_string&& __str, const _Alloc& __a)
      |                    ~~~~~~~~~~~~~~~^~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:700:7: note: candidate: 'std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::basic_string(const std::__cxx11::basic_string<_CharT, _Traits, _Alloc>&, const _Alloc&) [with _CharT = char; _Traits = std::char_traits<char>; _Alloc = std::allocator<char>]'
  700 |       basic_string(const basic_string& __str, const _Alloc& __a)
      |       ^~~~~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:700:40: note:   no known conversion for argument 1 from 'unsigned int' to 'const std::__cxx11::basic_string<char>&'
  700 |       basic_string(const basic_string& __str, const _Alloc& __a)
      |                    ~~~~~~~~~~~~~~~~~~~~^~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:695:7: note: candidate: 'std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::basic_string(std::initializer_list<_Tp>, const _Alloc&) [with _CharT = char; _Traits = std::char_traits<char>; _Alloc = std::allocator<char>]'
  695 |       basic_string(initializer_list<_CharT> __l, const _Alloc& __a = _Alloc())
      |       ^~~~~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:695:45: note:   no known conversion for argument 1 from 'unsigned int' to 'std::initializer_list<char>'
  695 |       basic_string(initializer_list<_CharT> __l, const _Alloc& __a = _Alloc())
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~^~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:667:7: note: candidate: 'std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::basic_string(std::__cxx11::basic_string<_CharT, _Traits, _Alloc>&&) [with _CharT = char; _Traits = std::char_traits<char>; _Alloc = std::allocator<char>]'
  667 |       basic_string(basic_string&& __str) noexcept
      |       ^~~~~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:667:7: note:   candidate expects 1 argument, 2 provided
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:537:7: note: candidate: 'std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::basic_string(const std::__cxx11::basic_string<_CharT, _Traits, _Alloc>&) [with _CharT = char; _Traits = std::char_traits<char>; _Alloc = std::allocator<char>]'
  537 |       basic_string(const basic_string& __str)
      |       ^~~~~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:537:7: note:   candidate expects 1 argument, 2 provided
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:525:7: note: candidate: 'std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::basic_string(const _Alloc&) [with _CharT = char; _Traits = std::char_traits<char>; _Alloc = std::allocator<char>]'
  525 |       basic_string(const _Alloc& __a) _GLIBCXX_NOEXCEPT
      |       ^~~~~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:525:7: note:   candidate expects 1 argument, 2 provided
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:512:7: note: candidate: 'std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::basic_string() [with _CharT = char; _Traits = std::char_traits<char>; _Alloc = std::allocator<char>]'
  512 |       basic_string()
      |       ^~~~~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:512:7: note:   candidate expects 0 arguments, 2 provided
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:176:7: note: candidate: 'std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::basic_string(__sv_wrapper, const _Alloc&) [with _CharT = char; _Traits = std::char_traits<char>; _Alloc = std::allocator<char>]'
  176 |       basic_string(__sv_wrapper __svw, const _Alloc& __a)
      |       ^~~~~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:176:33: note:   no known conversion for argument 1 from 'unsigned int' to 'std::__cxx11::basic_string<char>::__sv_wrapper'
  176 |       basic_string(__sv_wrapper __svw, const _Alloc& __a)
      |                    ~~~~~~~~~~~~~^~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:4159:40: error: no match for 'operator[]' (operand types are 'std::string' {aka 'std::__cxx11::basic_string<char>'} and 'const bool')
 4159 |     __detail::__to_chars_10_impl(&__str[__neg], __len, __uval);
      |                                        ^
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h: In function 'std::string std::__cxx11::to_string(unsigned int)':
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:4170:55: error: no matching function for call to 'std::__cxx11::basic_string<char>::basic_string(unsigned int, char)'
 4170 |     string __str(__detail::__to_chars_len(__val), '\0');
      |                                                       ^
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:783:9: note: candidate: 'template<class _Tp, class> std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::basic_string(const _Tp&, const _Alloc&) [with <template-parameter-2-2> = _Tp; _CharT = char; _Traits = std::char_traits<char>; _Alloc = std::allocator<char>]'
  783 |         basic_string(const _Tp& __t, const _Alloc& __a = _Alloc())
      |         ^~~~~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:783:9: note:   template argument deduction/substitution failed:
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:748:9: note: candidate: 'template<class _InputIterator, class> std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::basic_string(_InputIterator, _InputIterator, const _Alloc&) [with <template-parameter-2-2> = _InputIterator; _CharT = char; _Traits = std::char_traits<char>; _Alloc = std::allocator<char>]'
  748 |         basic_string(_InputIterator __beg, _InputIterator __end,
      |         ^~~~~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:748:9: note:   template argument deduction/substitution failed:
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:4170:55: note:   deduced conflicting types for parameter '_InputIterator' ('unsigned int' and 'char')
 4170 |     string __str(__detail::__to_chars_len(__val), '\0');
      |                                                       ^
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:631:7: note: candidate: 'template<class> std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::basic_string(const _CharT*, const _Alloc&) [with _CharT = char; _Traits = std::char_traits<char>; _Alloc = std::allocator<char>]'
  631 |       basic_string(const _CharT* __s, const _Alloc& __a = _Alloc())
      |       ^~~~~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:631:7: note:   template argument deduction/substitution failed:
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:4170:42: note:   cannot convert 'std::__detail::__to_chars_len<unsigned int>(__val, 10)' (type 'unsigned int') to type 'const char*'
 4170 |     string __str(__detail::__to_chars_len(__val), '\0');
      |                  ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:705:7: note: candidate: 'std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::basic_string(std::__cxx11::basic_string<_CharT, _Traits, _Alloc>&&, const _Alloc&) [with _CharT = char; _Traits = std::char_traits<char>; _Alloc = std::allocator<char>]'
  705 |       basic_string(basic_string&& __str, const _Alloc& __a)
      |       ^~~~~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:705:35: note:   no known conversion for argument 1 from 'unsigned int' to 'std::__cxx11::basic_string<char>&&'
  705 |       basic_string(basic_string&& __str, const _Alloc& __a)
      |                    ~~~~~~~~~~~~~~~^~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:700:7: note: candidate: 'std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::basic_string(const std::__cxx11::basic_string<_CharT, _Traits, _Alloc>&, const _Alloc&) [with _CharT = char; _Traits = std::char_traits<char>; _Alloc = std::allocator<char>]'
  700 |       basic_string(const basic_string& __str, const _Alloc& __a)
      |       ^~~~~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:700:40: note:   no known conversion for argument 1 from 'unsigned int' to 'const std::__cxx11::basic_string<char>&'
  700 |       basic_string(const basic_string& __str, const _Alloc& __a)
      |                    ~~~~~~~~~~~~~~~~~~~~^~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:695:7: note: candidate: 'std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::basic_string(std::initializer_list<_Tp>, const _Alloc&) [with _CharT = char; _Traits = std::char_traits<char>; _Alloc = std::allocator<char>]'
  695 |       basic_string(initializer_list<_CharT> __l, const _Alloc& __a = _Alloc())
      |       ^~~~~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:695:45: note:   no known conversion for argument 1 from 'unsigned int' to 'std::initializer_list<char>'
  695 |       basic_string(initializer_list<_CharT> __l, const _Alloc& __a = _Alloc())
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~^~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:667:7: note: candidate: 'std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::basic_string(std::__cxx11::basic_string<_CharT, _Traits, _Alloc>&&) [with _CharT = char; _Traits = std::char_traits<char>; _Alloc = std::allocator<char>]'
  667 |       basic_string(basic_string&& __str) noexcept
      |       ^~~~~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:667:7: note:   candidate expects 1 argument, 2 provided
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:537:7: note: candidate: 'std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::basic_string(const std::__cxx11::basic_string<_CharT, _Traits, _Alloc>&) [with _CharT = char; _Traits = std::char_traits<char>; _Alloc = std::allocator<char>]'
  537 |       basic_string(const basic_string& __str)
      |       ^~~~~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:537:7: note:   candidate expects 1 argument, 2 provided
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:525:7: note: candidate: 'std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::basic_string(const _Alloc&) [with _CharT = char; _Traits = std::char_traits<char>; _Alloc = std::allocator<char>]'
  525 |       basic_string(const _Alloc& __a) _GLIBCXX_NOEXCEPT
      |       ^~~~~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:525:7: note:   candidate expects 1 argument, 2 provided
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:512:7: note: candidate: 'std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::basic_string() [with _CharT = char; _Traits = std::char_traits<char>; _Alloc = std::allocator<char>]'
  512 |       basic_string()
      |       ^~~~~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:512:7: note:   candidate expects 0 arguments, 2 provided
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:176:7: note: candidate: 'std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::basic_string(__sv_wrapper, const _Alloc&) [with _CharT = char; _Traits = std::char_traits<char>; _Alloc = std::allocator<char>]'
  176 |       basic_string(__sv_wrapper __svw, const _Alloc& __a)
      |       ^~~~~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:176:33: note:   no known conversion for argument 1 from 'unsigned int' to 'std::__cxx11::basic_string<char>::__sv_wrapper'
  176 |       basic_string(__sv_wrapper __svw, const _Alloc& __a)
      |                    ~~~~~~~~~~~~~^~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:4171:40: error: no match for 'operator[]' (operand types are 'std::string' {aka 'std::__cxx11::basic_string<char>'} and 'int')
 4171 |     __detail::__to_chars_10_impl(&__str[0], __str.size(), __val);
      |                                        ^
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:4171:51: error: 'std::string' {aka 'class std::__cxx11::basic_string<char>'} has no member named 'size'
 4171 |     __detail::__to_chars_10_impl(&__str[0], __str.size(), __val);
      |                                                   ^~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h: In function 'std::string std::__cxx11::to_string(long int)':
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:4185:36: error: no matching function for call to 'std::__cxx11::basic_string<char>::basic_string(unsigned int, char)'
 4185 |     string __str(__neg + __len, '-');
      |                                    ^
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:783:9: note: candidate: 'template<class _Tp, class> std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::basic_string(const _Tp&, const _Alloc&) [with <template-parameter-2-2> = _Tp; _CharT = char; _Traits = std::char_traits<char>; _Alloc = std::allocator<char>]'
  783 |         basic_string(const _Tp& __t, const _Alloc& __a = _Alloc())
      |         ^~~~~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:783:9: note:   template argument deduction/substitution failed:
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:748:9: note: candidate: 'template<class _InputIterator, class> std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::basic_string(_InputIterator, _InputIterator, const _Alloc&) [with <template-parameter-2-2> = _InputIterator; _CharT = char; _Traits = std::char_traits<char>; _Alloc = std::allocator<char>]'
  748 |         basic_string(_InputIterator __beg, _InputIterator __end,
      |         ^~~~~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:748:9: note:   template argument deduction/substitution failed:
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:4185:36: note:   deduced conflicting types for parameter '_InputIterator' ('unsigned int' and 'char')
 4185 |     string __str(__neg + __len, '-');
      |                                    ^
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:631:7: note: candidate: 'template<class> std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::basic_string(const _CharT*, const _Alloc&) [with _CharT = char; _Traits = std::char_traits<char>; _Alloc = std::allocator<char>]'
  631 |       basic_string(const _CharT* __s, const _Alloc& __a = _Alloc())
      |       ^~~~~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:631:7: note:   template argument deduction/substitution failed:
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:4185:24: note:   cannot convert '(((unsigned int)((int)__neg)) + ((unsigned int)__len))' (type 'unsigned int') to type 'const char*'
 4185 |     string __str(__neg + __len, '-');
      |                  ~~~~~~^~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:705:7: note: candidate: 'std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::basic_string(std::__cxx11::basic_string<_CharT, _Traits, _Alloc>&&, const _Alloc&) [with _CharT = char; _Traits = std::char_traits<char>; _Alloc = std::allocator<char>]'
  705 |       basic_string(basic_string&& __str, const _Alloc& __a)
      |       ^~~~~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:705:35: note:   no known conversion for argument 1 from 'unsigned int' to 'std::__cxx11::basic_string<char>&&'
  705 |       basic_string(basic_string&& __str, const _Alloc& __a)
      |                    ~~~~~~~~~~~~~~~^~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:700:7: note: candidate: 'std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::basic_string(const std::__cxx11::basic_string<_CharT, _Traits, _Alloc>&, const _Alloc&) [with _CharT = char; _Traits = std::char_traits<char>; _Alloc = std::allocator<char>]'
  700 |       basic_string(const basic_string& __str, const _Alloc& __a)
      |       ^~~~~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:700:40: note:   no known conversion for argument 1 from 'unsigned int' to 'const std::__cxx11::basic_string<char>&'
  700 |       basic_string(const basic_string& __str, const _Alloc& __a)
      |                    ~~~~~~~~~~~~~~~~~~~~^~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:695:7: note: candidate: 'std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::basic_string(std::initializer_list<_Tp>, const _Alloc&) [with _CharT = char; _Traits = std::char_traits<char>; _Alloc = std::allocator<char>]'
  695 |       basic_string(initializer_list<_CharT> __l, const _Alloc& __a = _Alloc())
      |       ^~~~~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:695:45: note:   no known conversion for argument 1 from 'unsigned int' to 'std::initializer_list<char>'
  695 |       basic_string(initializer_list<_CharT> __l, const _Alloc& __a = _Alloc())
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~^~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:667:7: note: candidate: 'std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::basic_string(std::__cxx11::basic_string<_CharT, _Traits, _Alloc>&&) [with _CharT = char; _Traits = std::char_traits<char>; _Alloc = std::allocator<char>]'
  667 |       basic_string(basic_string&& __str) noexcept
      |       ^~~~~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:667:7: note:   candidate expects 1 argument, 2 provided
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:537:7: note: candidate: 'std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::basic_string(const std::__cxx11::basic_string<_CharT, _Traits, _Alloc>&) [with _CharT = char; _Traits = std::char_traits<char>; _Alloc = std::allocator<char>]'
  537 |       basic_string(const basic_string& __str)
      |       ^~~~~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:537:7: note:   candidate expects 1 argument, 2 provided
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:525:7: note: candidate: 'std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::basic_string(const _Alloc&) [with _CharT = char; _Traits = std::char_traits<char>; _Alloc = std::allocator<char>]'
  525 |       basic_string(const _Alloc& __a) _GLIBCXX_NOEXCEPT
      |       ^~~~~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:525:7: note:   candidate expects 1 argument, 2 provided
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:512:7: note: candidate: 'std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::basic_string() [with _CharT = char; _Traits = std::char_traits<char>; _Alloc = std::allocator<char>]'
  512 |       basic_string()
      |       ^~~~~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:512:7: note:   candidate expects 0 arguments, 2 provided
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:176:7: note: candidate: 'std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::basic_string(__sv_wrapper, const _Alloc&) [with _CharT = char; _Traits = std::char_traits<char>; _Alloc = std::allocator<char>]'
  176 |       basic_string(__sv_wrapper __svw, const _Alloc& __a)
      |       ^~~~~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:176:33: note:   no known conversion for argument 1 from 'unsigned int' to 'std::__cxx11::basic_string<char>::__sv_wrapper'
  176 |       basic_string(__sv_wrapper __svw, const _Alloc& __a)
      |                    ~~~~~~~~~~~~~^~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:4186:40: error: no match for 'operator[]' (operand types are 'std::string' {aka 'std::__cxx11::basic_string<char>'} and 'const bool')
 4186 |     __detail::__to_chars_10_impl(&__str[__neg], __len, __uval);
      |                                        ^
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h: In function 'std::string std::__cxx11::to_string(long unsigned int)':
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:4197:55: error: no matching function for call to 'std::__cxx11::basic_string<char>::basic_string(unsigned int, char)'
 4197 |     string __str(__detail::__to_chars_len(__val), '\0');
      |                                                       ^
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:783:9: note: candidate: 'template<class _Tp, class> std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::basic_string(const _Tp&, const _Alloc&) [with <template-parameter-2-2> = _Tp; _CharT = char; _Traits = std::char_traits<char>; _Alloc = std::allocator<char>]'
  783 |         basic_string(const _Tp& __t, const _Alloc& __a = _Alloc())
      |         ^~~~~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:783:9: note:   template argument deduction/substitution failed:
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:748:9: note: candidate: 'template<class _InputIterator, class> std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::basic_string(_InputIterator, _InputIterator, const _Alloc&) [with <template-parameter-2-2> = _InputIterator; _CharT = char; _Traits = std::char_traits<char>; _Alloc = std::allocator<char>]'
  748 |         basic_string(_InputIterator __beg, _InputIterator __end,
      |         ^~~~~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:748:9: note:   template argument deduction/substitution failed:
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:4197:55: note:   deduced conflicting types for parameter '_InputIterator' ('unsigned int' and 'char')
 4197 |     string __str(__detail::__to_chars_len(__val), '\0');
      |                                                       ^
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:631:7: note: candidate: 'template<class> std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::basic_string(const _CharT*, const _Alloc&) [with _CharT = char; _Traits = std::char_traits<char>; _Alloc = std::allocator<char>]'
  631 |       basic_string(const _CharT* __s, const _Alloc& __a = _Alloc())
      |       ^~~~~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:631:7: note:   template argument deduction/substitution failed:
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:4197:42: note:   cannot convert 'std::__detail::__to_chars_len<long unsigned int>(__val, 10)' (type 'unsigned int') to type 'const char*'
 4197 |     string __str(__detail::__to_chars_len(__val), '\0');
      |                  ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:705:7: note: candidate: 'std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::basic_string(std::__cxx11::basic_string<_CharT, _Traits, _Alloc>&&, const _Alloc&) [with _CharT = char; _Traits = std::char_traits<char>; _Alloc = std::allocator<char>]'
  705 |       basic_string(basic_string&& __str, const _Alloc& __a)
      |       ^~~~~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:705:35: note:   no known conversion for argument 1 from 'unsigned int' to 'std::__cxx11::basic_string<char>&&'
  705 |       basic_string(basic_string&& __str, const _Alloc& __a)
      |                    ~~~~~~~~~~~~~~~^~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:700:7: note: candidate: 'std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::basic_string(const std::__cxx11::basic_string<_CharT, _Traits, _Alloc>&, const _Alloc&) [with _CharT = char; _Traits = std::char_traits<char>; _Alloc = std::allocator<char>]'
  700 |       basic_string(const basic_string& __str, const _Alloc& __a)
      |       ^~~~~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:700:40: note:   no known conversion for argument 1 from 'unsigned int' to 'const std::__cxx11::basic_string<char>&'
  700 |       basic_string(const basic_string& __str, const _Alloc& __a)
      |                    ~~~~~~~~~~~~~~~~~~~~^~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:695:7: note: candidate: 'std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::basic_string(std::initializer_list<_Tp>, const _Alloc&) [with _CharT = char; _Traits = std::char_traits<char>; _Alloc = std::allocator<char>]'
  695 |       basic_string(initializer_list<_CharT> __l, const _Alloc& __a = _Alloc())
      |       ^~~~~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:695:45: note:   no known conversion for argument 1 from 'unsigned int' to 'std::initializer_list<char>'
  695 |       basic_string(initializer_list<_CharT> __l, const _Alloc& __a = _Alloc())
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~^~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:667:7: note: candidate: 'std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::basic_string(std::__cxx11::basic_string<_CharT, _Traits, _Alloc>&&) [with _CharT = char; _Traits = std::char_traits<char>; _Alloc = std::allocator<char>]'
  667 |       basic_string(basic_string&& __str) noexcept
      |       ^~~~~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:667:7: note:   candidate expects 1 argument, 2 provided
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:537:7: note: candidate: 'std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::basic_string(const std::__cxx11::basic_string<_CharT, _Traits, _Alloc>&) [with _CharT = char; _Traits = std::char_traits<char>; _Alloc = std::allocator<char>]'
  537 |       basic_string(const basic_string& __str)
      |       ^~~~~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:537:7: note:   candidate expects 1 argument, 2 provided
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:525:7: note: candidate: 'std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::basic_string(const _Alloc&) [with _CharT = char; _Traits = std::char_traits<char>; _Alloc = std::allocator<char>]'
  525 |       basic_string(const _Alloc& __a) _GLIBCXX_NOEXCEPT
      |       ^~~~~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:525:7: note:   candidate expects 1 argument, 2 provided
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:512:7: note: candidate: 'std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::basic_string() [with _CharT = char; _Traits = std::char_traits<char>; _Alloc = std::allocator<char>]'
  512 |       basic_string()
      |       ^~~~~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:512:7: note:   candidate expects 0 arguments, 2 provided
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:176:7: note: candidate: 'std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::basic_string(__sv_wrapper, const _Alloc&) [with _CharT = char; _Traits = std::char_traits<char>; _Alloc = std::allocator<char>]'
  176 |       basic_string(__sv_wrapper __svw, const _Alloc& __a)
      |       ^~~~~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:176:33: note:   no known conversion for argument 1 from 'unsigned int' to 'std::__cxx11::basic_string<char>::__sv_wrapper'
  176 |       basic_string(__sv_wrapper __svw, const _Alloc& __a)
      |                    ~~~~~~~~~~~~~^~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:4198:40: error: no match for 'operator[]' (operand types are 'std::string' {aka 'std::__cxx11::basic_string<char>'} and 'int')
 4198 |     __detail::__to_chars_10_impl(&__str[0], __str.size(), __val);
      |                                        ^
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:4198:51: error: 'std::string' {aka 'class std::__cxx11::basic_string<char>'} has no member named 'size'
 4198 |     __detail::__to_chars_10_impl(&__str[0], __str.size(), __val);
      |                                                   ^~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h: In function 'std::string std::__cxx11::to_string(long long int)':
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:4210:36: error: no matching function for call to 'std::__cxx11::basic_string<char>::basic_string(unsigned int, char)'
 4210 |     string __str(__neg + __len, '-');
      |                                    ^
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:783:9: note: candidate: 'template<class _Tp, class> std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::basic_string(const _Tp&, const _Alloc&) [with <template-parameter-2-2> = _Tp; _CharT = char; _Traits = std::char_traits<char>; _Alloc = std::allocator<char>]'
  783 |         basic_string(const _Tp& __t, const _Alloc& __a = _Alloc())
      |         ^~~~~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:783:9: note:   template argument deduction/substitution failed:
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:748:9: note: candidate: 'template<class _InputIterator, class> std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::basic_string(_InputIterator, _InputIterator, const _Alloc&) [with <template-parameter-2-2> = _InputIterator; _CharT = char; _Traits = std::char_traits<char>; _Alloc = std::allocator<char>]'
  748 |         basic_string(_InputIterator __beg, _InputIterator __end,
      |         ^~~~~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:748:9: note:   template argument deduction/substitution failed:
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:4210:36: note:   deduced conflicting types for parameter '_InputIterator' ('unsigned int' and 'char')
 4210 |     string __str(__neg + __len, '-');
      |                                    ^
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:631:7: note: candidate: 'template<class> std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::basic_string(const _CharT*, const _Alloc&) [with _CharT = char; _Traits = std::char_traits<char>; _Alloc = std::allocator<char>]'
  631 |       basic_string(const _CharT* __s, const _Alloc& __a = _Alloc())
      |       ^~~~~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:631:7: note:   template argument deduction/substitution failed:
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:4210:24: note:   cannot convert '(((unsigned int)((int)__neg)) + ((unsigned int)__len))' (type 'unsigned int') to type 'const char*'
 4210 |     string __str(__neg + __len, '-');
      |                  ~~~~~~^~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:705:7: note: candidate: 'std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::basic_string(std::__cxx11::basic_string<_CharT, _Traits, _Alloc>&&, const _Alloc&) [with _CharT = char; _Traits = std::char_traits<char>; _Alloc = std::allocator<char>]'
  705 |       basic_string(basic_string&& __str, const _Alloc& __a)
      |       ^~~~~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:705:35: note:   no known conversion for argument 1 from 'unsigned int' to 'std::__cxx11::basic_string<char>&&'
  705 |       basic_string(basic_string&& __str, const _Alloc& __a)
      |                    ~~~~~~~~~~~~~~~^~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:700:7: note: candidate: 'std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::basic_string(const std::__cxx11::basic_string<_CharT, _Traits, _Alloc>&, const _Alloc&) [with _CharT = char; _Traits = std::char_traits<char>; _Alloc = std::allocator<char>]'
  700 |       basic_string(const basic_string& __str, const _Alloc& __a)
      |       ^~~~~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:700:40: note:   no known conversion for argument 1 from 'unsigned int' to 'const std::__cxx11::basic_string<char>&'
  700 |       basic_string(const basic_string& __str, const _Alloc& __a)
      |                    ~~~~~~~~~~~~~~~~~~~~^~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:695:7: note: candidate: 'std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::basic_string(std::initializer_list<_Tp>, const _Alloc&) [with _CharT = char; _Traits = std::char_traits<char>; _Alloc = std::allocator<char>]'
  695 |       basic_string(initializer_list<_CharT> __l, const _Alloc& __a = _Alloc())
      |       ^~~~~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:695:45: note:   no known conversion for argument 1 from 'unsigned int' to 'std::initializer_list<char>'
  695 |       basic_string(initializer_list<_CharT> __l, const _Alloc& __a = _Alloc())
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~^~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:667:7: note: candidate: 'std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::basic_string(std::__cxx11::basic_string<_CharT, _Traits, _Alloc>&&) [with _CharT = char; _Traits = std::char_traits<char>; _Alloc = std::allocator<char>]'
  667 |       basic_string(basic_string&& __str) noexcept
      |       ^~~~~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:667:7: note:   candidate expects 1 argument, 2 provided
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:537:7: note: candidate: 'std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::basic_string(const std::__cxx11::basic_string<_CharT, _Traits, _Alloc>&) [with _CharT = char; _Traits = std::char_traits<char>; _Alloc = std::allocator<char>]'
  537 |       basic_string(const basic_string& __str)
      |       ^~~~~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:537:7: note:   candidate expects 1 argument, 2 provided
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:525:7: note: candidate: 'std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::basic_string(const _Alloc&) [with _CharT = char; _Traits = std::char_traits<char>; _Alloc = std::allocator<char>]'
  525 |       basic_string(const _Alloc& __a) _GLIBCXX_NOEXCEPT
      |       ^~~~~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:525:7: note:   candidate expects 1 argument, 2 provided
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:512:7: note: candidate: 'std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::basic_string() [with _CharT = char; _Traits = std::char_traits<char>; _Alloc = std::allocator<char>]'
  512 |       basic_string()
      |       ^~~~~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:512:7: note:   candidate expects 0 arguments, 2 provided
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:176:7: note: candidate: 'std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::basic_string(__sv_wrapper, const _Alloc&) [with _CharT = char; _Traits = std::char_traits<char>; _Alloc = std::allocator<char>]'
  176 |       basic_string(__sv_wrapper __svw, const _Alloc& __a)
      |       ^~~~~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:176:33: note:   no known conversion for argument 1 from 'unsigned int' to 'std::__cxx11::basic_string<char>::__sv_wrapper'
  176 |       basic_string(__sv_wrapper __svw, const _Alloc& __a)
      |                    ~~~~~~~~~~~~~^~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:4211:40: error: no match for 'operator[]' (operand types are 'std::string' {aka 'std::__cxx11::basic_string<char>'} and 'const bool')
 4211 |     __detail::__to_chars_10_impl(&__str[__neg], __len, __uval);
      |                                        ^
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h: In function 'std::string std::__cxx11::to_string(long long unsigned int)':
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:4219:55: error: no matching function for call to 'std::__cxx11::basic_string<char>::basic_string(unsigned int, char)'
 4219 |     string __str(__detail::__to_chars_len(__val), '\0');
      |                                                       ^
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:783:9: note: candidate: 'template<class _Tp, class> std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::basic_string(const _Tp&, const _Alloc&) [with <template-parameter-2-2> = _Tp; _CharT = char; _Traits = std::char_traits<char>; _Alloc = std::allocator<char>]'
  783 |         basic_string(const _Tp& __t, const _Alloc& __a = _Alloc())
      |         ^~~~~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:783:9: note:   template argument deduction/substitution failed:
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:748:9: note: candidate: 'template<class _InputIterator, class> std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::basic_string(_InputIterator, _InputIterator, const _Alloc&) [with <template-parameter-2-2> = _InputIterator; _CharT = char; _Traits = std::char_traits<char>; _Alloc = std::allocator<char>]'
  748 |         basic_string(_InputIterator __beg, _InputIterator __end,
      |         ^~~~~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:748:9: note:   template argument deduction/substitution failed:
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:4219:55: note:   deduced conflicting types for parameter '_InputIterator' ('unsigned int' and 'char')
 4219 |     string __str(__detail::__to_chars_len(__val), '\0');
      |                                                       ^
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:631:7: note: candidate: 'template<class> std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::basic_string(const _CharT*, const _Alloc&) [with _CharT = char; _Traits = std::char_traits<char>; _Alloc = std::allocator<char>]'
  631 |       basic_string(const _CharT* __s, const _Alloc& __a = _Alloc())
      |       ^~~~~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:631:7: note:   template argument deduction/substitution failed:
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:4219:42: note:   cannot convert 'std::__detail::__to_chars_len<long long unsigned int>(__val, 10)' (type 'unsigned int') to type 'const char*'
 4219 |     string __str(__detail::__to_chars_len(__val), '\0');
      |                  ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:705:7: note: candidate: 'std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::basic_string(std::__cxx11::basic_string<_CharT, _Traits, _Alloc>&&, const _Alloc&) [with _CharT = char; _Traits = std::char_traits<char>; _Alloc = std::allocator<char>]'
  705 |       basic_string(basic_string&& __str, const _Alloc& __a)
      |       ^~~~~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:705:35: note:   no known conversion for argument 1 from 'unsigned int' to 'std::__cxx11::basic_string<char>&&'
  705 |       basic_string(basic_string&& __str, const _Alloc& __a)
      |                    ~~~~~~~~~~~~~~~^~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:700:7: note: candidate: 'std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::basic_string(const std::__cxx11::basic_string<_CharT, _Traits, _Alloc>&, const _Alloc&) [with _CharT = char; _Traits = std::char_traits<char>; _Alloc = std::allocator<char>]'
  700 |       basic_string(const basic_string& __str, const _Alloc& __a)
      |       ^~~~~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:700:40: note:   no known conversion for argument 1 from 'unsigned int' to 'const std::__cxx11::basic_string<char>&'
  700 |       basic_string(const basic_string& __str, const _Alloc& __a)
      |                    ~~~~~~~~~~~~~~~~~~~~^~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:695:7: note: candidate: 'std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::basic_string(std::initializer_list<_Tp>, const _Alloc&) [with _CharT = char; _Traits = std::char_traits<char>; _Alloc = std::allocator<char>]'
  695 |       basic_string(initializer_list<_CharT> __l, const _Alloc& __a = _Alloc())
      |       ^~~~~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:695:45: note:   no known conversion for argument 1 from 'unsigned int' to 'std::initializer_list<char>'
  695 |       basic_string(initializer_list<_CharT> __l, const _Alloc& __a = _Alloc())
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~^~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:667:7: note: candidate: 'std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::basic_string(std::__cxx11::basic_string<_CharT, _Traits, _Alloc>&&) [with _CharT = char; _Traits = std::char_traits<char>; _Alloc = std::allocator<char>]'
  667 |       basic_string(basic_string&& __str) noexcept
      |       ^~~~~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:667:7: note:   candidate expects 1 argument, 2 provided
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:537:7: note: candidate: 'std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::basic_string(const std::__cxx11::basic_string<_CharT, _Traits, _Alloc>&) [with _CharT = char; _Traits = std::char_traits<char>; _Alloc = std::allocator<char>]'
  537 |       basic_string(const basic_string& __str)
      |       ^~~~~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:537:7: note:   candidate expects 1 argument, 2 provided
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:525:7: note: candidate: 'std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::basic_string(const _Alloc&) [with _CharT = char; _Traits = std::char_traits<char>; _Alloc = std::allocator<char>]'
  525 |       basic_string(const _Alloc& __a) _GLIBCXX_NOEXCEPT
      |       ^~~~~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:525:7: note:   candidate expects 1 argument, 2 provided
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:512:7: note: candidate: 'std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::basic_string() [with _CharT = char; _Traits = std::char_traits<char>; _Alloc = std::allocator<char>]'
  512 |       basic_string()
      |       ^~~~~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:512:7: note:   candidate expects 0 arguments, 2 provided
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:176:7: note: candidate: 'std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::basic_string(__sv_wrapper, const _Alloc&) [with _CharT = char; _Traits = std::char_traits<char>; _Alloc = std::allocator<char>]'
  176 |       basic_string(__sv_wrapper __svw, const _Alloc& __a)
      |       ^~~~~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:176:33: note:   no known conversion for argument 1 from 'unsigned int' to 'std::__cxx11::basic_string<char>::__sv_wrapper'
  176 |       basic_string(__sv_wrapper __svw, const _Alloc& __a)
      |                    ~~~~~~~~~~~~~^~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:4220:40: error: no match for 'operator[]' (operand types are 'std::string' {aka 'std::__cxx11::basic_string<char>'} and 'int')
 4220 |     __detail::__to_chars_10_impl(&__str[0], __str.size(), __val);
      |                                        ^
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:4220:51: error: 'std::string' {aka 'class std::__cxx11::basic_string<char>'} has no member named 'size'
 4220 |     __detail::__to_chars_10_impl(&__str[0], __str.size(), __val);
      |                                                   ^~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h: In function 'std::string std::__cxx11::to_string(float)':
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:4233:43: error: no matching function for call to '__to_xstring<std::string>(int (*)(char*, size_t, const char*, char*), const int&, const char [3], float&)'
 4233 |     return __gnu_cxx::__to_xstring<string>(&std::vsnprintf, __n,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
 4234 |                                            "%f", __val);
      |                                            ~~~~~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/ext/string_conversions.h:101:5: note: candidate: 'template<class _String, class _CharT> _String __gnu_cxx::__to_xstring(int (*)(_CharT*, int, const _CharT*, char*), int, const _CharT*, ...)'
  101 |     __to_xstring(int (*__convf) (_CharT*, std::size_t, const _CharT*,
      |     ^~~~~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/ext/string_conversions.h:101:5: note:   template argument deduction/substitution failed:
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:4233:43: note:   mismatched types 'int' and 'size_t' {aka 'long long unsigned int'}
 4233 |     return __gnu_cxx::__to_xstring<string>(&std::vsnprintf, __n,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
 4234 |                                            "%f", __val);
      |                                            ~~~~~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h: In function 'std::string std::__cxx11::to_string(double)':
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:4243:43: error: no matching function for call to '__to_xstring<std::string>(int (*)(char*, size_t, const char*, char*), const int&, const char [3], double&)'
 4243 |     return __gnu_cxx::__to_xstring<string>(&std::vsnprintf, __n,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
 4244 |                                            "%f", __val);
      |                                            ~~~~~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/ext/string_conversions.h:101:5: note: candidate: 'template<class _String, class _CharT> _String __gnu_cxx::__to_xstring(int (*)(_CharT*, int, const _CharT*, char*), int, const _CharT*, ...)'
  101 |     __to_xstring(int (*__convf) (_CharT*, std::size_t, const _CharT*,
      |     ^~~~~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/ext/string_conversions.h:101:5: note:   template argument deduction/substitution failed:
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:4243:43: note:   mismatched types 'int' and 'size_t' {aka 'long long unsigned int'}
 4243 |     return __gnu_cxx::__to_xstring<string>(&std::vsnprintf, __n,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
 4244 |                                            "%f", __val);
      |                                            ~~~~~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h: In function 'std::string std::__cxx11::to_string(long double)':
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:4253:43: error: no matching function for call to '__to_xstring<std::string>(int (*)(char*, size_t, const char*, char*), const int&, const char [4], long double&)'
 4253 |     return __gnu_cxx::__to_xstring<string>(&std::vsnprintf, __n,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
 4254 |                                            "%Lf", __val);
      |                                            ~~~~~~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/ext/string_conversions.h:101:5: note: candidate: 'template<class _String, class _CharT> _String __gnu_cxx::__to_xstring(int (*)(_CharT*, int, const _CharT*, char*), int, const _CharT*, ...)'
  101 |     __to_xstring(int (*__convf) (_CharT*, std::size_t, const _CharT*,
      |     ^~~~~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/ext/string_conversions.h:101:5: note:   template argument deduction/substitution failed:
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:4253:43: note:   mismatched types 'int' and 'size_t' {aka 'long long unsigned int'}
 4253 |     return __gnu_cxx::__to_xstring<string>(&std::vsnprintf, __n,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
 4254 |                                            "%Lf", __val);
      |                                            ~~~~~~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/ext/alloc_traits.h: In instantiation of 'struct __gnu_cxx::__alloc_traits<std::allocator<wchar_t>, wchar_t>':
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:90:24:   required from 'class std::__cxx11::basic_string<wchar_t>'
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:4261:68:   required from here
D:/msys64/ucrt64/include/c++/13.2.0/ext/alloc_traits.h:56:53: error: no type named 'size_type' in '__gnu_cxx::__alloc_traits<std::allocator<wchar_t>, wchar_t>::_Base_type' {aka 'struct std::allocator_traits<std::allocator<wchar_t> >'}
   56 |     typedef typename _Base_type::size_type          size_type;
      |                                                     ^~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/ext/alloc_traits.h:57:53: error: no type named 'difference_type' in '__gnu_cxx::__alloc_traits<std::allocator<wchar_t>, wchar_t>::_Base_type' {aka 'struct std::allocator_traits<std::allocator<wchar_t> >'}
   57 |     typedef typename _Base_type::difference_type    difference_type;
      |                                                     ^~~~~~~~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/ext/alloc_traits.h:65:23: error: 'max_size' has not been declared in '__gnu_cxx::__alloc_traits<std::allocator<wchar_t>, wchar_t>::_Base_type'
   65 |     using _Base_type::max_size;
      |                       ^~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h: In function 'int std::__cxx11::stoi(const std::wstring&, size_t*, int)':
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:4261:40: error: no matching function for call to '__stoa<long int, int>(long int (*)(const wchar_t*, wchar_t**, int), const char [5], const wchar_t*, size_t*&, int&)'
 4261 |   { return __gnu_cxx::__stoa<long, int>(&std::wcstol, "stoi", __str.c_str(),
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 4262 |                                         __idx, __base); }
      |                                         ~~~~~~~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/ext/string_conversions.h:56:5: note: candidate: 'template<class _TRet, class _Ret, class _CharT, class ... _Base> _Ret __gnu_cxx::__stoa(_TRet (*)(const _CharT*, _CharT**, _Base ...), const char*, const _CharT*, int*, _Base ...)'
   56 |     __stoa(_TRet (*__convf) (const _CharT*, _CharT**, _Base...),
      |     ^~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/ext/string_conversions.h:56:5: note:   template argument deduction/substitution failed:
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:4262:41: note:   cannot convert '__idx' (type 'size_t*' {aka 'long long unsigned int*'}) to type 'int*'
 4262 |                                         __idx, __base); }
      |                                         ^~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h: In function 'long int std::__cxx11::stol(const std::wstring&, size_t*, int)':
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:4266:29: error: no matching function for call to '__stoa(long int (*)(const wchar_t*, wchar_t**, int), const char [5], const wchar_t*, size_t*&, int&)'
 4266 |   { return __gnu_cxx::__stoa(&std::wcstol, "stol", __str.c_str(),
      |            ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 4267 |                              __idx, __base); }
      |                              ~~~~~~~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/ext/string_conversions.h:56:5: note: candidate: 'template<class _TRet, class _Ret, class _CharT, class ... _Base> _Ret __gnu_cxx::__stoa(_TRet (*)(const _CharT*, _CharT**, _Base ...), const char*, const _CharT*, int*, _Base ...)'
   56 |     __stoa(_TRet (*__convf) (const _CharT*, _CharT**, _Base...),
      |     ^~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/ext/string_conversions.h:56:5: note:   template argument deduction/substitution failed:
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:4267:30: note:   cannot convert '__idx' (type 'size_t*' {aka 'long long unsigned int*'}) to type 'int*'
 4267 |                              __idx, __base); }
      |                              ^~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h: In function 'long unsigned int std::__cxx11::stoul(const std::wstring&, size_t*, int)':
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:4271:29: error: no matching function for call to '__stoa(long unsigned int (*)(const wchar_t*, wchar_t**, int), const char [6], const wchar_t*, size_t*&, int&)'
 4271 |   { return __gnu_cxx::__stoa(&std::wcstoul, "stoul", __str.c_str(),
      |            ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 4272 |                              __idx, __base); }
      |                              ~~~~~~~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/ext/string_conversions.h:56:5: note: candidate: 'template<class _TRet, class _Ret, class _CharT, class ... _Base> _Ret __gnu_cxx::__stoa(_TRet (*)(const _CharT*, _CharT**, _Base ...), const char*, const _CharT*, int*, _Base ...)'
   56 |     __stoa(_TRet (*__convf) (const _CharT*, _CharT**, _Base...),
      |     ^~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/ext/string_conversions.h:56:5: note:   template argument deduction/substitution failed:
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:4272:30: note:   cannot convert '__idx' (type 'size_t*' {aka 'long long unsigned int*'}) to type 'int*'
 4272 |                              __idx, __base); }
      |                              ^~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h: In function 'long long int std::__cxx11::stoll(const std::wstring&, size_t*, int)':
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:4276:29: error: no matching function for call to '__stoa(long long int (*)(const wchar_t*, wchar_t**, int), const char [6], const wchar_t*, size_t*&, int&)'
 4276 |   { return __gnu_cxx::__stoa(&std::wcstoll, "stoll", __str.c_str(),
      |            ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 4277 |                              __idx, __base); }
      |                              ~~~~~~~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/ext/string_conversions.h:56:5: note: candidate: 'template<class _TRet, class _Ret, class _CharT, class ... _Base> _Ret __gnu_cxx::__stoa(_TRet (*)(const _CharT*, _CharT**, _Base ...), const char*, const _CharT*, int*, _Base ...)'
   56 |     __stoa(_TRet (*__convf) (const _CharT*, _CharT**, _Base...),
      |     ^~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/ext/string_conversions.h:56:5: note:   template argument deduction/substitution failed:
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:4277:30: note:   cannot convert '__idx' (type 'size_t*' {aka 'long long unsigned int*'}) to type 'int*'
 4277 |                              __idx, __base); }
      |                              ^~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h: In function 'long long unsigned int std::__cxx11::stoull(const std::wstring&, size_t*, int)':
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:4281:29: error: no matching function for call to '__stoa(long long unsigned int (*)(const wchar_t*, wchar_t**, int), const char [7], const wchar_t*, size_t*&, int&)'
 4281 |   { return __gnu_cxx::__stoa(&std::wcstoull, "stoull", __str.c_str(),
      |            ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 4282 |                              __idx, __base); }
      |                              ~~~~~~~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/ext/string_conversions.h:56:5: note: candidate: 'template<class _TRet, class _Ret, class _CharT, class ... _Base> _Ret __gnu_cxx::__stoa(_TRet (*)(const _CharT*, _CharT**, _Base ...), const char*, const _CharT*, int*, _Base ...)'
   56 |     __stoa(_TRet (*__convf) (const _CharT*, _CharT**, _Base...),
      |     ^~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/ext/string_conversions.h:56:5: note:   template argument deduction/substitution failed:
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:4282:30: note:   cannot convert '__idx' (type 'size_t*' {aka 'long long unsigned int*'}) to type 'int*'
 4282 |                              __idx, __base); }
      |                              ^~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h: In function 'float std::__cxx11::stof(const std::wstring&, size_t*)':
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:4287:29: error: no matching function for call to '__stoa(float (*)(const wchar_t*, wchar_t**), const char [5], const wchar_t*, size_t*&)'
 4287 |   { return __gnu_cxx::__stoa(&std::wcstof, "stof", __str.c_str(), __idx); }
      |            ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/ext/string_conversions.h:56:5: note: candidate: 'template<class _TRet, class _Ret, class _CharT, class ... _Base> _Ret __gnu_cxx::__stoa(_TRet (*)(const _CharT*, _CharT**, _Base ...), const char*, const _CharT*, int*, _Base ...)'
   56 |     __stoa(_TRet (*__convf) (const _CharT*, _CharT**, _Base...),
      |     ^~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/ext/string_conversions.h:56:5: note:   template argument deduction/substitution failed:
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:4287:67: note:   cannot convert '__idx' (type 'size_t*' {aka 'long long unsigned int*'}) to type 'int*'
 4287 |   { return __gnu_cxx::__stoa(&std::wcstof, "stof", __str.c_str(), __idx); }
      |                                                                   ^~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h: In function 'double std::__cxx11::stod(const std::wstring&, size_t*)':
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:4291:29: error: no matching function for call to '__stoa(double (*)(const wchar_t*, wchar_t**), const char [5], const wchar_t*, size_t*&)'
 4291 |   { return __gnu_cxx::__stoa(&std::wcstod, "stod", __str.c_str(), __idx); }
      |            ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/ext/string_conversions.h:56:5: note: candidate: 'template<class _TRet, class _Ret, class _CharT, class ... _Base> _Ret __gnu_cxx::__stoa(_TRet (*)(const _CharT*, _CharT**, _Base ...), const char*, const _CharT*, int*, _Base ...)'
   56 |     __stoa(_TRet (*__convf) (const _CharT*, _CharT**, _Base...),
      |     ^~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/ext/string_conversions.h:56:5: note:   template argument deduction/substitution failed:
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:4291:67: note:   cannot convert '__idx' (type 'size_t*' {aka 'long long unsigned int*'}) to type 'int*'
 4291 |   { return __gnu_cxx::__stoa(&std::wcstod, "stod", __str.c_str(), __idx); }
      |                                                                   ^~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h: In function 'long double std::__cxx11::stold(const std::wstring&, size_t*)':
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:4295:29: error: no matching function for call to '__stoa(long double (*)(const wchar_t*, wchar_t**), const char [6], const wchar_t*, size_t*&)'
 4295 |   { return __gnu_cxx::__stoa(&std::wcstold, "stold", __str.c_str(), __idx); }
      |            ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/ext/string_conversions.h:56:5: note: candidate: 'template<class _TRet, class _Ret, class _CharT, class ... _Base> _Ret __gnu_cxx::__stoa(_TRet (*)(const _CharT*, _CharT**, _Base ...), const char*, const _CharT*, int*, _Base ...)'
   56 |     __stoa(_TRet (*__convf) (const _CharT*, _CharT**, _Base...),
      |     ^~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/ext/string_conversions.h:56:5: note:   template argument deduction/substitution failed:
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:4295:69: note:   cannot convert '__idx' (type 'size_t*' {aka 'long long unsigned int*'}) to type 'int*'
 4295 |   { return __gnu_cxx::__stoa(&std::wcstold, "stold", __str.c_str(), __idx); }
      |                                                                     ^~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h: In function 'std::wstring std::__cxx11::to_wstring(int)':
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:4302:44: error: no matches converting function 'vswprintf' to type 'int (*)(wchar_t*, int, const wchar_t*, char*)'
 4302 |   { return __gnu_cxx::__to_xstring<wstring>(&std::vswprintf, 4 * sizeof(int),
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 4303 |                                             L"%d", __val); }
      |                                             ~~~~~~~~~~~~~
In file included from D:/msys64/ucrt64/include/wchar.h:1198:
D:/msys64/ucrt64/include/swprintf.inl:27:5: note: candidates are: 'int vswprintf(wchar_t*, size_t, const wchar_t*, char*)'
   27 | int vswprintf (wchar_t *__stream, size_t __count, const wchar_t *__format, __builtin_va_list __local_argv)
      |     ^~~~~~~~~
D:/msys64/ucrt64/include/swprintf.inl:51:5: note:                 'int vswprintf(wchar_t*, const wchar_t*, char*)'
   51 | int vswprintf (wchar_t *__stream, const wchar_t *__format, __builtin_va_list __local_argv)
      |     ^~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h: In function 'std::wstring std::__cxx11::to_wstring(unsigned int)':
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:4308:44: error: no matches converting function 'vswprintf' to type 'int (*)(wchar_t*, int, const wchar_t*, char*)'
 4308 |   { return __gnu_cxx::__to_xstring<wstring>(&std::vswprintf,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
 4309 |                                             4 * sizeof(unsigned),
      |                                             ~~~~~~~~~~~~~~~~~~~~~
 4310 |                                             L"%u", __val); }
      |                                             ~~~~~~~~~~~~~
D:/msys64/ucrt64/include/swprintf.inl:27:5: note: candidates are: 'int vswprintf(wchar_t*, size_t, const wchar_t*, char*)'
   27 | int vswprintf (wchar_t *__stream, size_t __count, const wchar_t *__format, __builtin_va_list __local_argv)
      |     ^~~~~~~~~
D:/msys64/ucrt64/include/swprintf.inl:51:5: note:                 'int vswprintf(wchar_t*, const wchar_t*, char*)'
   51 | int vswprintf (wchar_t *__stream, const wchar_t *__format, __builtin_va_list __local_argv)
      |     ^~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h: In function 'std::wstring std::__cxx11::to_wstring(long int)':
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:4315:44: error: no matches converting function 'vswprintf' to type 'int (*)(wchar_t*, int, const wchar_t*, char*)'
 4315 |   { return __gnu_cxx::__to_xstring<wstring>(&std::vswprintf, 4 * sizeof(long),
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 4316 |                                             L"%ld", __val); }
      |                                             ~~~~~~~~~~~~~~
D:/msys64/ucrt64/include/swprintf.inl:27:5: note: candidates are: 'int vswprintf(wchar_t*, size_t, const wchar_t*, char*)'
   27 | int vswprintf (wchar_t *__stream, size_t __count, const wchar_t *__format, __builtin_va_list __local_argv)
      |     ^~~~~~~~~
D:/msys64/ucrt64/include/swprintf.inl:51:5: note:                 'int vswprintf(wchar_t*, const wchar_t*, char*)'
   51 | int vswprintf (wchar_t *__stream, const wchar_t *__format, __builtin_va_list __local_argv)
      |     ^~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h: In function 'std::wstring std::__cxx11::to_wstring(long unsigned int)':
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:4321:44: error: no matches converting function 'vswprintf' to type 'int (*)(wchar_t*, int, const wchar_t*, char*)'
 4321 |   { return __gnu_cxx::__to_xstring<wstring>(&std::vswprintf,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
 4322 |                                             4 * sizeof(unsigned long),
      |                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~
 4323 |                                             L"%lu", __val); }
      |                                             ~~~~~~~~~~~~~~
D:/msys64/ucrt64/include/swprintf.inl:27:5: note: candidates are: 'int vswprintf(wchar_t*, size_t, const wchar_t*, char*)'
   27 | int vswprintf (wchar_t *__stream, size_t __count, const wchar_t *__format, __builtin_va_list __local_argv)
      |     ^~~~~~~~~
D:/msys64/ucrt64/include/swprintf.inl:51:5: note:                 'int vswprintf(wchar_t*, const wchar_t*, char*)'
   51 | int vswprintf (wchar_t *__stream, const wchar_t *__format, __builtin_va_list __local_argv)
      |     ^~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h: In function 'std::wstring std::__cxx11::to_wstring(long long int)':
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:4328:44: error: no matches converting function 'vswprintf' to type 'int (*)(wchar_t*, int, const wchar_t*, char*)'
 4328 |   { return __gnu_cxx::__to_xstring<wstring>(&std::vswprintf,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
 4329 |                                             4 * sizeof(long long),
      |                                             ~~~~~~~~~~~~~~~~~~~~~~
 4330 |                                             L"%lld", __val); }
      |                                             ~~~~~~~~~~~~~~~
D:/msys64/ucrt64/include/swprintf.inl:27:5: note: candidates are: 'int vswprintf(wchar_t*, size_t, const wchar_t*, char*)'
   27 | int vswprintf (wchar_t *__stream, size_t __count, const wchar_t *__format, __builtin_va_list __local_argv)
      |     ^~~~~~~~~
D:/msys64/ucrt64/include/swprintf.inl:51:5: note:                 'int vswprintf(wchar_t*, const wchar_t*, char*)'
   51 | int vswprintf (wchar_t *__stream, const wchar_t *__format, __builtin_va_list __local_argv)
      |     ^~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h: In function 'std::wstring std::__cxx11::to_wstring(long long unsigned int)':
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:4335:44: error: no matches converting function 'vswprintf' to type 'int (*)(wchar_t*, int, const wchar_t*, char*)'
 4335 |   { return __gnu_cxx::__to_xstring<wstring>(&std::vswprintf,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
 4336 |                                             4 * sizeof(unsigned long long),
      |                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 4337 |                                             L"%llu", __val); }
      |                                             ~~~~~~~~~~~~~~~
D:/msys64/ucrt64/include/swprintf.inl:27:5: note: candidates are: 'int vswprintf(wchar_t*, size_t, const wchar_t*, char*)'
   27 | int vswprintf (wchar_t *__stream, size_t __count, const wchar_t *__format, __builtin_va_list __local_argv)
      |     ^~~~~~~~~
D:/msys64/ucrt64/include/swprintf.inl:51:5: note:                 'int vswprintf(wchar_t*, const wchar_t*, char*)'
   51 | int vswprintf (wchar_t *__stream, const wchar_t *__format, __builtin_va_list __local_argv)
      |     ^~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h: In function 'std::wstring std::__cxx11::to_wstring(float)':
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:4345:44: error: no matches converting function 'vswprintf' to type 'int (*)(wchar_t*, int, const wchar_t*, char*)'
 4345 |     return __gnu_cxx::__to_xstring<wstring>(&std::vswprintf, __n,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
 4346 |                                             L"%f", __val);
      |                                             ~~~~~~~~~~~~~
D:/msys64/ucrt64/include/swprintf.inl:27:5: note: candidates are: 'int vswprintf(wchar_t*, size_t, const wchar_t*, char*)'
   27 | int vswprintf (wchar_t *__stream, size_t __count, const wchar_t *__format, __builtin_va_list __local_argv)
      |     ^~~~~~~~~
D:/msys64/ucrt64/include/swprintf.inl:51:5: note:                 'int vswprintf(wchar_t*, const wchar_t*, char*)'
   51 | int vswprintf (wchar_t *__stream, const wchar_t *__format, __builtin_va_list __local_argv)
      |     ^~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h: In function 'std::wstring std::__cxx11::to_wstring(double)':
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:4355:44: error: no matches converting function 'vswprintf' to type 'int (*)(wchar_t*, int, const wchar_t*, char*)'
 4355 |     return __gnu_cxx::__to_xstring<wstring>(&std::vswprintf, __n,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
 4356 |                                             L"%f", __val);
      |                                             ~~~~~~~~~~~~~
D:/msys64/ucrt64/include/swprintf.inl:27:5: note: candidates are: 'int vswprintf(wchar_t*, size_t, const wchar_t*, char*)'
   27 | int vswprintf (wchar_t *__stream, size_t __count, const wchar_t *__format, __builtin_va_list __local_argv)
      |     ^~~~~~~~~
D:/msys64/ucrt64/include/swprintf.inl:51:5: note:                 'int vswprintf(wchar_t*, const wchar_t*, char*)'
   51 | int vswprintf (wchar_t *__stream, const wchar_t *__format, __builtin_va_list __local_argv)
      |     ^~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h: In function 'std::wstring std::__cxx11::to_wstring(long double)':
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:4365:44: error: no matches converting function 'vswprintf' to type 'int (*)(wchar_t*, int, const wchar_t*, char*)'
 4365 |     return __gnu_cxx::__to_xstring<wstring>(&std::vswprintf, __n,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
 4366 |                                             L"%Lf", __val);
      |                                             ~~~~~~~~~~~~~~
D:/msys64/ucrt64/include/swprintf.inl:27:5: note: candidates are: 'int vswprintf(wchar_t*, size_t, const wchar_t*, char*)'
   27 | int vswprintf (wchar_t *__stream, size_t __count, const wchar_t *__format, __builtin_va_list __local_argv)
      |     ^~~~~~~~~
D:/msys64/ucrt64/include/swprintf.inl:51:5: note:                 'int vswprintf(wchar_t*, const wchar_t*, char*)'
   51 | int vswprintf (wchar_t *__stream, const wchar_t *__format, __builtin_va_list __local_argv)
      |     ^~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h: In function 'std::__cxx11::basic_string<char> std::literals::string_literals::operator""s(const char*, size_t)':
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:4476:45: error: no matching function for call to 'std::__cxx11::basic_string<char>::basic_string(<brace-enclosed initializer list>)'
 4476 |     { return basic_string<char>{__str, __len}; }
      |                                             ^
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:783:9: note: candidate: 'template<class _Tp, class> std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::basic_string(const _Tp&, const _Alloc&) [with <template-parameter-2-2> = _Tp; _CharT = char; _Traits = std::char_traits<char>; _Alloc = std::allocator<char>]'
  783 |         basic_string(const _Tp& __t, const _Alloc& __a = _Alloc())
      |         ^~~~~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:783:9: note:   template argument deduction/substitution failed:
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:748:9: note: candidate: 'template<class _InputIterator, class> std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::basic_string(_InputIterator, _InputIterator, const _Alloc&) [with <template-parameter-2-2> = _InputIterator; _CharT = char; _Traits = std::char_traits<char>; _Alloc = std::allocator<char>]'
  748 |         basic_string(_InputIterator __beg, _InputIterator __end,
      |         ^~~~~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:748:9: note:   template argument deduction/substitution failed:
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:4476:45: note:   deduced conflicting types for parameter '_InputIterator' ('const char*' and 'long long unsigned int')
 4476 |     { return basic_string<char>{__str, __len}; }
      |                                             ^
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:631:7: note: candidate: 'template<class> std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::basic_string(const _CharT*, const _Alloc&) [with _CharT = char; _Traits = std::char_traits<char>; _Alloc = std::allocator<char>]'
  631 |       basic_string(const _CharT* __s, const _Alloc& __a = _Alloc())
      |       ^~~~~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:631:7: note:   template argument deduction/substitution failed:
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:4476:40: note:   cannot convert '__len' (type 'size_t' {aka 'long long unsigned int'}) to type 'const std::allocator<char>&'
 4476 |     { return basic_string<char>{__str, __len}; }
      |                                        ^~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:705:7: note: candidate: 'std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::basic_string(std::__cxx11::basic_string<_CharT, _Traits, _Alloc>&&, const _Alloc&) [with _CharT = char; _Traits = std::char_traits<char>; _Alloc = std::allocator<char>]'
  705 |       basic_string(basic_string&& __str, const _Alloc& __a)
      |       ^~~~~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:705:56: note:   no known conversion for argument 2 from 'size_t' {aka 'long long unsigned int'} to 'const std::allocator<char>&'
  705 |       basic_string(basic_string&& __str, const _Alloc& __a)
      |                                          ~~~~~~~~~~~~~~^~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:700:7: note: candidate: 'std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::basic_string(const std::__cxx11::basic_string<_CharT, _Traits, _Alloc>&, const _Alloc&) [with _CharT = char; _Traits = std::char_traits<char>; _Alloc = std::allocator<char>]'
  700 |       basic_string(const basic_string& __str, const _Alloc& __a)
      |       ^~~~~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:700:61: note:   no known conversion for argument 2 from 'size_t' {aka 'long long unsigned int'} to 'const std::allocator<char>&'
  700 |       basic_string(const basic_string& __str, const _Alloc& __a)
      |                                               ~~~~~~~~~~~~~~^~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:695:7: note: candidate: 'std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::basic_string(std::initializer_list<_Tp>, const _Alloc&) [with _CharT = char; _Traits = std::char_traits<char>; _Alloc = std::allocator<char>]'
  695 |       basic_string(initializer_list<_CharT> __l, const _Alloc& __a = _Alloc())
      |       ^~~~~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:695:45: note:   no known conversion for argument 1 from 'const char*' to 'std::initializer_list<char>'
  695 |       basic_string(initializer_list<_CharT> __l, const _Alloc& __a = _Alloc())
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~^~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:667:7: note: candidate: 'std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::basic_string(std::__cxx11::basic_string<_CharT, _Traits, _Alloc>&&) [with _CharT = char; _Traits = std::char_traits<char>; _Alloc = std::allocator<char>]'
  667 |       basic_string(basic_string&& __str) noexcept
      |       ^~~~~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:667:7: note:   candidate expects 1 argument, 2 provided
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:537:7: note: candidate: 'std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::basic_string(const std::__cxx11::basic_string<_CharT, _Traits, _Alloc>&) [with _CharT = char; _Traits = std::char_traits<char>; _Alloc = std::allocator<char>]'
  537 |       basic_string(const basic_string& __str)
      |       ^~~~~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:537:7: note:   candidate expects 1 argument, 2 provided
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:525:7: note: candidate: 'std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::basic_string(const _Alloc&) [with _CharT = char; _Traits = std::char_traits<char>; _Alloc = std::allocator<char>]'
  525 |       basic_string(const _Alloc& __a) _GLIBCXX_NOEXCEPT
      |       ^~~~~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:525:7: note:   candidate expects 1 argument, 2 provided
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:512:7: note: candidate: 'std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::basic_string() [with _CharT = char; _Traits = std::char_traits<char>; _Alloc = std::allocator<char>]'
  512 |       basic_string()
      |       ^~~~~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:512:7: note:   candidate expects 0 arguments, 2 provided
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:176:7: note: candidate: 'std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::basic_string(__sv_wrapper, const _Alloc&) [with _CharT = char; _Traits = std::char_traits<char>; _Alloc = std::allocator<char>]'
  176 |       basic_string(__sv_wrapper __svw, const _Alloc& __a)
      |       ^~~~~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:176:33: note:   no known conversion for argument 1 from 'const char*' to 'std::__cxx11::basic_string<char>::__sv_wrapper'
  176 |       basic_string(__sv_wrapper __svw, const _Alloc& __a)
      |                    ~~~~~~~~~~~~~^~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h: In function 'std::__cxx11::basic_string<wchar_t> std::literals::string_literals::operator""s(const wchar_t*, size_t)':
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:4481:48: error: no matching function for call to 'std::__cxx11::basic_string<wchar_t>::basic_string(<brace-enclosed initializer list>)'
 4481 |     { return basic_string<wchar_t>{__str, __len}; }
      |                                                ^
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:783:9: note: candidate: 'template<class _Tp, class> std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::basic_string(const _Tp&, const _Alloc&) [with <template-parameter-2-2> = _Tp; _CharT = wchar_t; _Traits = std::char_traits<wchar_t>; _Alloc = std::allocator<wchar_t>]'
  783 |         basic_string(const _Tp& __t, const _Alloc& __a = _Alloc())
      |         ^~~~~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:783:9: note:   template argument deduction/substitution failed:
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:748:9: note: candidate: 'template<class _InputIterator, class> std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::basic_string(_InputIterator, _InputIterator, const _Alloc&) [with <template-parameter-2-2> = _InputIterator; _CharT = wchar_t; _Traits = std::char_traits<wchar_t>; _Alloc = std::allocator<wchar_t>]'
  748 |         basic_string(_InputIterator __beg, _InputIterator __end,
      |         ^~~~~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:748:9: note:   template argument deduction/substitution failed:
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:4481:48: note:   deduced conflicting types for parameter '_InputIterator' ('const wchar_t*' and 'long long unsigned int')
 4481 |     { return basic_string<wchar_t>{__str, __len}; }
      |                                                ^
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:631:7: note: candidate: 'template<class> std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::basic_string(const _CharT*, const _Alloc&) [with _CharT = wchar_t; _Traits = std::char_traits<wchar_t>; _Alloc = std::allocator<wchar_t>]'
  631 |       basic_string(const _CharT* __s, const _Alloc& __a = _Alloc())
      |       ^~~~~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:631:7: note:   template argument deduction/substitution failed:
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:4481:43: note:   cannot convert '__len' (type 'size_t' {aka 'long long unsigned int'}) to type 'const std::allocator<wchar_t>&'
 4481 |     { return basic_string<wchar_t>{__str, __len}; }
      |                                           ^~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:705:7: note: candidate: 'std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::basic_string(std::__cxx11::basic_string<_CharT, _Traits, _Alloc>&&, const _Alloc&) [with _CharT = wchar_t; _Traits = std::char_traits<wchar_t>; _Alloc = std::allocator<wchar_t>]'
  705 |       basic_string(basic_string&& __str, const _Alloc& __a)
      |       ^~~~~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:705:56: note:   no known conversion for argument 2 from 'size_t' {aka 'long long unsigned int'} to 'const std::allocator<wchar_t>&'
  705 |       basic_string(basic_string&& __str, const _Alloc& __a)
      |                                          ~~~~~~~~~~~~~~^~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:700:7: note: candidate: 'std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::basic_string(const std::__cxx11::basic_string<_CharT, _Traits, _Alloc>&, const _Alloc&) [with _CharT = wchar_t; _Traits = std::char_traits<wchar_t>; _Alloc = std::allocator<wchar_t>]'
  700 |       basic_string(const basic_string& __str, const _Alloc& __a)
      |       ^~~~~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:700:61: note:   no known conversion for argument 2 from 'size_t' {aka 'long long unsigned int'} to 'const std::allocator<wchar_t>&'
  700 |       basic_string(const basic_string& __str, const _Alloc& __a)
      |                                               ~~~~~~~~~~~~~~^~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:695:7: note: candidate: 'std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::basic_string(std::initializer_list<_Tp>, const _Alloc&) [with _CharT = wchar_t; _Traits = std::char_traits<wchar_t>; _Alloc = std::allocator<wchar_t>]'
  695 |       basic_string(initializer_list<_CharT> __l, const _Alloc& __a = _Alloc())
      |       ^~~~~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:695:45: note:   no known conversion for argument 1 from 'const wchar_t*' to 'std::initializer_list<wchar_t>'
  695 |       basic_string(initializer_list<_CharT> __l, const _Alloc& __a = _Alloc())
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~^~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:667:7: note: candidate: 'std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::basic_string(std::__cxx11::basic_string<_CharT, _Traits, _Alloc>&&) [with _CharT = wchar_t; _Traits = std::char_traits<wchar_t>; _Alloc = std::allocator<wchar_t>]'
  667 |       basic_string(basic_string&& __str) noexcept
      |       ^~~~~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:667:7: note:   candidate expects 1 argument, 2 provided
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:537:7: note: candidate: 'std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::basic_string(const std::__cxx11::basic_string<_CharT, _Traits, _Alloc>&) [with _CharT = wchar_t; _Traits = std::char_traits<wchar_t>; _Alloc = std::allocator<wchar_t>]'
  537 |       basic_string(const basic_string& __str)
      |       ^~~~~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:537:7: note:   candidate expects 1 argument, 2 provided
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:525:7: note: candidate: 'std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::basic_string(const _Alloc&) [with _CharT = wchar_t; _Traits = std::char_traits<wchar_t>; _Alloc = std::allocator<wchar_t>]'
  525 |       basic_string(const _Alloc& __a) _GLIBCXX_NOEXCEPT
      |       ^~~~~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:525:7: note:   candidate expects 1 argument, 2 provided
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:512:7: note: candidate: 'std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::basic_string() [with _CharT = wchar_t; _Traits = std::char_traits<wchar_t>; _Alloc = std::allocator<wchar_t>]'
  512 |       basic_string()
      |       ^~~~~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:512:7: note:   candidate expects 0 arguments, 2 provided
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:176:7: note: candidate: 'std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::basic_string(__sv_wrapper, const _Alloc&) [with _CharT = wchar_t; _Traits = std::char_traits<wchar_t>; _Alloc = std::allocator<wchar_t>]'
  176 |       basic_string(__sv_wrapper __svw, const _Alloc& __a)
      |       ^~~~~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:176:33: note:   no known conversion for argument 1 from 'const wchar_t*' to 'std::__cxx11::basic_string<wchar_t>::__sv_wrapper'
  176 |       basic_string(__sv_wrapper __svw, const _Alloc& __a)
      |                    ~~~~~~~~~~~~~^~~~~
D:/msys64/ucrt64/include/c++/13.2.0/ext/alloc_traits.h: In instantiation of 'struct __gnu_cxx::__alloc_traits<std::allocator<char16_t>, char16_t>':
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:90:24:   required from 'class std::__cxx11::basic_string<char16_t>'
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:4492:52:   required from here
D:/msys64/ucrt64/include/c++/13.2.0/ext/alloc_traits.h:56:53: error: no type named 'size_type' in '__gnu_cxx::__alloc_traits<std::allocator<char16_t>, char16_t>::_Base_type' {aka 'struct std::allocator_traits<std::allocator<char16_t> >'}
   56 |     typedef typename _Base_type::size_type          size_type;
      |                                                     ^~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/ext/alloc_traits.h:57:53: error: no type named 'difference_type' in '__gnu_cxx::__alloc_traits<std::allocator<char16_t>, char16_t>::_Base_type' {aka 'struct std::allocator_traits<std::allocator<char16_t> >'}
   57 |     typedef typename _Base_type::difference_type    difference_type;
      |                                                     ^~~~~~~~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/ext/alloc_traits.h:65:23: error: 'max_size' has not been declared in '__gnu_cxx::__alloc_traits<std::allocator<char16_t>, char16_t>::_Base_type'
   65 |     using _Base_type::max_size;
      |                       ^~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h: In function 'std::__cxx11::basic_string<char16_t> std::literals::string_literals::operator""s(const char16_t*, size_t)':
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:4493:49: error: no matching function for call to 'std::__cxx11::basic_string<char16_t>::basic_string(<brace-enclosed initializer list>)'
 4493 |     { return basic_string<char16_t>{__str, __len}; }
      |                                                 ^
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:783:9: note: candidate: 'template<class _Tp, class> std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::basic_string(const _Tp&, const _Alloc&) [with <template-parameter-2-2> = _Tp; _CharT = char16_t; _Traits = std::char_traits<char16_t>; _Alloc = std::allocator<char16_t>]'
  783 |         basic_string(const _Tp& __t, const _Alloc& __a = _Alloc())
      |         ^~~~~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:783:9: note:   template argument deduction/substitution failed:
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:748:9: note: candidate: 'template<class _InputIterator, class> std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::basic_string(_InputIterator, _InputIterator, const _Alloc&) [with <template-parameter-2-2> = _InputIterator; _CharT = char16_t; _Traits = std::char_traits<char16_t>; _Alloc = std::allocator<char16_t>]'
  748 |         basic_string(_InputIterator __beg, _InputIterator __end,
      |         ^~~~~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:748:9: note:   template argument deduction/substitution failed:
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:4493:49: note:   deduced conflicting types for parameter '_InputIterator' ('const char16_t*' and 'long long unsigned int')
 4493 |     { return basic_string<char16_t>{__str, __len}; }
      |                                                 ^
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:631:7: note: candidate: 'template<class> std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::basic_string(const _CharT*, const _Alloc&) [with _CharT = char16_t; _Traits = std::char_traits<char16_t>; _Alloc = std::allocator<char16_t>]'
  631 |       basic_string(const _CharT* __s, const _Alloc& __a = _Alloc())
      |       ^~~~~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:631:7: note:   template argument deduction/substitution failed:
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:4493:44: note:   cannot convert '__len' (type 'size_t' {aka 'long long unsigned int'}) to type 'const std::allocator<char16_t>&'
 4493 |     { return basic_string<char16_t>{__str, __len}; }
      |                                            ^~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:705:7: note: candidate: 'std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::basic_string(std::__cxx11::basic_string<_CharT, _Traits, _Alloc>&&, const _Alloc&) [with _CharT = char16_t; _Traits = std::char_traits<char16_t>; _Alloc = std::allocator<char16_t>]'
  705 |       basic_string(basic_string&& __str, const _Alloc& __a)
      |       ^~~~~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:705:56: note:   no known conversion for argument 2 from 'size_t' {aka 'long long unsigned int'} to 'const std::allocator<char16_t>&'
  705 |       basic_string(basic_string&& __str, const _Alloc& __a)
      |                                          ~~~~~~~~~~~~~~^~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:700:7: note: candidate: 'std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::basic_string(const std::__cxx11::basic_string<_CharT, _Traits, _Alloc>&, const _Alloc&) [with _CharT = char16_t; _Traits = std::char_traits<char16_t>; _Alloc = std::allocator<char16_t>]'
  700 |       basic_string(const basic_string& __str, const _Alloc& __a)
      |       ^~~~~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:700:61: note:   no known conversion for argument 2 from 'size_t' {aka 'long long unsigned int'} to 'const std::allocator<char16_t>&'
  700 |       basic_string(const basic_string& __str, const _Alloc& __a)
      |                                               ~~~~~~~~~~~~~~^~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:695:7: note: candidate: 'std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::basic_string(std::initializer_list<_Tp>, const _Alloc&) [with _CharT = char16_t; _Traits = std::char_traits<char16_t>; _Alloc = std::allocator<char16_t>]'
  695 |       basic_string(initializer_list<_CharT> __l, const _Alloc& __a = _Alloc())
      |       ^~~~~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:695:45: note:   no known conversion for argument 1 from 'const char16_t*' to 'std::initializer_list<char16_t>'
  695 |       basic_string(initializer_list<_CharT> __l, const _Alloc& __a = _Alloc())
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~^~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:667:7: note: candidate: 'std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::basic_string(std::__cxx11::basic_string<_CharT, _Traits, _Alloc>&&) [with _CharT = char16_t; _Traits = std::char_traits<char16_t>; _Alloc = std::allocator<char16_t>]'
  667 |       basic_string(basic_string&& __str) noexcept
      |       ^~~~~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:667:7: note:   candidate expects 1 argument, 2 provided
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:537:7: note: candidate: 'std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::basic_string(const std::__cxx11::basic_string<_CharT, _Traits, _Alloc>&) [with _CharT = char16_t; _Traits = std::char_traits<char16_t>; _Alloc = std::allocator<char16_t>]'
  537 |       basic_string(const basic_string& __str)
      |       ^~~~~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:537:7: note:   candidate expects 1 argument, 2 provided
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:525:7: note: candidate: 'std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::basic_string(const _Alloc&) [with _CharT = char16_t; _Traits = std::char_traits<char16_t>; _Alloc = std::allocator<char16_t>]'
  525 |       basic_string(const _Alloc& __a) _GLIBCXX_NOEXCEPT
      |       ^~~~~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:525:7: note:   candidate expects 1 argument, 2 provided
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:512:7: note: candidate: 'std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::basic_string() [with _CharT = char16_t; _Traits = std::char_traits<char16_t>; _Alloc = std::allocator<char16_t>]'
  512 |       basic_string()
      |       ^~~~~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:512:7: note:   candidate expects 0 arguments, 2 provided
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:176:7: note: candidate: 'std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::basic_string(__sv_wrapper, const _Alloc&) [with _CharT = char16_t; _Traits = std::char_traits<char16_t>; _Alloc = std::allocator<char16_t>]'
  176 |       basic_string(__sv_wrapper __svw, const _Alloc& __a)
      |       ^~~~~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:176:33: note:   no known conversion for argument 1 from 'const char16_t*' to 'std::__cxx11::basic_string<char16_t>::__sv_wrapper'
  176 |       basic_string(__sv_wrapper __svw, const _Alloc& __a)
      |                    ~~~~~~~~~~~~~^~~~~
D:/msys64/ucrt64/include/c++/13.2.0/ext/alloc_traits.h: In instantiation of 'struct __gnu_cxx::__alloc_traits<std::allocator<char32_t>, char32_t>':
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:90:24:   required from 'class std::__cxx11::basic_string<char32_t>'
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:4497:52:   required from here
D:/msys64/ucrt64/include/c++/13.2.0/ext/alloc_traits.h:56:53: error: no type named 'size_type' in '__gnu_cxx::__alloc_traits<std::allocator<char32_t>, char32_t>::_Base_type' {aka 'struct std::allocator_traits<std::allocator<char32_t> >'}
   56 |     typedef typename _Base_type::size_type          size_type;
      |                                                     ^~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/ext/alloc_traits.h:57:53: error: no type named 'difference_type' in '__gnu_cxx::__alloc_traits<std::allocator<char32_t>, char32_t>::_Base_type' {aka 'struct std::allocator_traits<std::allocator<char32_t> >'}
   57 |     typedef typename _Base_type::difference_type    difference_type;
      |                                                     ^~~~~~~~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/ext/alloc_traits.h:65:23: error: 'max_size' has not been declared in '__gnu_cxx::__alloc_traits<std::allocator<char32_t>, char32_t>::_Base_type'
   65 |     using _Base_type::max_size;
      |                       ^~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h: In function 'std::__cxx11::basic_string<char32_t> std::literals::string_literals::operator""s(const char32_t*, size_t)':
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:4498:49: error: no matching function for call to 'std::__cxx11::basic_string<char32_t>::basic_string(<brace-enclosed initializer list>)'
 4498 |     { return basic_string<char32_t>{__str, __len}; }
      |                                                 ^
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:783:9: note: candidate: 'template<class _Tp, class> std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::basic_string(const _Tp&, const _Alloc&) [with <template-parameter-2-2> = _Tp; _CharT = char32_t; _Traits = std::char_traits<char32_t>; _Alloc = std::allocator<char32_t>]'
  783 |         basic_string(const _Tp& __t, const _Alloc& __a = _Alloc())
      |         ^~~~~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:783:9: note:   template argument deduction/substitution failed:
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:748:9: note: candidate: 'template<class _InputIterator, class> std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::basic_string(_InputIterator, _InputIterator, const _Alloc&) [with <template-parameter-2-2> = _InputIterator; _CharT = char32_t; _Traits = std::char_traits<char32_t>; _Alloc = std::allocator<char32_t>]'
  748 |         basic_string(_InputIterator __beg, _InputIterator __end,
      |         ^~~~~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:748:9: note:   template argument deduction/substitution failed:
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:4498:49: note:   deduced conflicting types for parameter '_InputIterator' ('const char32_t*' and 'long long unsigned int')
 4498 |     { return basic_string<char32_t>{__str, __len}; }
      |                                                 ^
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:631:7: note: candidate: 'template<class> std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::basic_string(const _CharT*, const _Alloc&) [with _CharT = char32_t; _Traits = std::char_traits<char32_t>; _Alloc = std::allocator<char32_t>]'
  631 |       basic_string(const _CharT* __s, const _Alloc& __a = _Alloc())
      |       ^~~~~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:631:7: note:   template argument deduction/substitution failed:
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:4498:44: note:   cannot convert '__len' (type 'size_t' {aka 'long long unsigned int'}) to type 'const std::allocator<char32_t>&'
 4498 |     { return basic_string<char32_t>{__str, __len}; }
      |                                            ^~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:705:7: note: candidate: 'std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::basic_string(std::__cxx11::basic_string<_CharT, _Traits, _Alloc>&&, const _Alloc&) [with _CharT = char32_t; _Traits = std::char_traits<char32_t>; _Alloc = std::allocator<char32_t>]'
  705 |       basic_string(basic_string&& __str, const _Alloc& __a)
      |       ^~~~~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:705:56: note:   no known conversion for argument 2 from 'size_t' {aka 'long long unsigned int'} to 'const std::allocator<char32_t>&'
  705 |       basic_string(basic_string&& __str, const _Alloc& __a)
      |                                          ~~~~~~~~~~~~~~^~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:700:7: note: candidate: 'std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::basic_string(const std::__cxx11::basic_string<_CharT, _Traits, _Alloc>&, const _Alloc&) [with _CharT = char32_t; _Traits = std::char_traits<char32_t>; _Alloc = std::allocator<char32_t>]'
  700 |       basic_string(const basic_string& __str, const _Alloc& __a)
      |       ^~~~~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:700:61: note:   no known conversion for argument 2 from 'size_t' {aka 'long long unsigned int'} to 'const std::allocator<char32_t>&'
  700 |       basic_string(const basic_string& __str, const _Alloc& __a)
      |                                               ~~~~~~~~~~~~~~^~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:695:7: note: candidate: 'std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::basic_string(std::initializer_list<_Tp>, const _Alloc&) [with _CharT = char32_t; _Traits = std::char_traits<char32_t>; _Alloc = std::allocator<char32_t>]'
  695 |       basic_string(initializer_list<_CharT> __l, const _Alloc& __a = _Alloc())
      |       ^~~~~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:695:45: note:   no known conversion for argument 1 from 'const char32_t*' to 'std::initializer_list<char32_t>'
  695 |       basic_string(initializer_list<_CharT> __l, const _Alloc& __a = _Alloc())
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~^~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:667:7: note: candidate: 'std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::basic_string(std::__cxx11::basic_string<_CharT, _Traits, _Alloc>&&) [with _CharT = char32_t; _Traits = std::char_traits<char32_t>; _Alloc = std::allocator<char32_t>]'
  667 |       basic_string(basic_string&& __str) noexcept
      |       ^~~~~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:667:7: note:   candidate expects 1 argument, 2 provided
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:537:7: note: candidate: 'std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::basic_string(const std::__cxx11::basic_string<_CharT, _Traits, _Alloc>&) [with _CharT = char32_t; _Traits = std::char_traits<char32_t>; _Alloc = std::allocator<char32_t>]'
  537 |       basic_string(const basic_string& __str)
      |       ^~~~~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:537:7: note:   candidate expects 1 argument, 2 provided
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:525:7: note: candidate: 'std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::basic_string(const _Alloc&) [with _CharT = char32_t; _Traits = std::char_traits<char32_t>; _Alloc = std::allocator<char32_t>]'
  525 |       basic_string(const _Alloc& __a) _GLIBCXX_NOEXCEPT
      |       ^~~~~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:525:7: note:   candidate expects 1 argument, 2 provided
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:512:7: note: candidate: 'std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::basic_string() [with _CharT = char32_t; _Traits = std::char_traits<char32_t>; _Alloc = std::allocator<char32_t>]'
  512 |       basic_string()
      |       ^~~~~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:512:7: note:   candidate expects 0 arguments, 2 provided
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:176:7: note: candidate: 'std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::basic_string(__sv_wrapper, const _Alloc&) [with _CharT = char32_t; _Traits = std::char_traits<char32_t>; _Alloc = std::allocator<char32_t>]'
  176 |       basic_string(__sv_wrapper __svw, const _Alloc& __a)
      |       ^~~~~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:176:33: note:   no known conversion for argument 1 from 'const char32_t*' to 'std::__cxx11::basic_string<char32_t>::__sv_wrapper'
  176 |       basic_string(__sv_wrapper __svw, const _Alloc& __a)
      |                    ~~~~~~~~~~~~~^~~~~
In file included from D:/msys64/ucrt64/include/c++/13.2.0/string:58:
D:/msys64/ucrt64/include/c++/13.2.0/bits/memory_resource.h: In member function 'void* std::pmr::memory_resource::allocate(size_t, size_t)':
D:/msys64/ucrt64/include/c++/13.2.0/bits/memory_resource.h:76:28: error: no matching function for call to 'operator new(size_t&, void*)'
   76 |     { return ::operator new(__bytes, do_allocate(__bytes, __alignment)); }
      |              ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<built-in>: note: candidate: 'void* operator new(long long unsigned int)'
<built-in>: note:   candidate expects 1 argument, 2 provided
<built-in>: note: candidate: 'void* operator new(long long unsigned int, std::align_val_t)'
<built-in>: note:   no known conversion for argument 2 from 'void*' to 'std::align_val_t'
D:/msys64/ucrt64/include/c++/13.2.0/bits/memory_resource.h: At global scope:
D:/msys64/ucrt64/include/c++/13.2.0/bits/memory_resource.h:412:36: error: 'ptrdiff_t' in namespace 'std' does not name a type
  412 |       using difference_type = std::ptrdiff_t;
      |                                    ^~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/memory_resource.h:415:30: error: 'size_t' in namespace 'std' does not name a type; did you mean 'size'?
  415 |       using size_type = std::size_t;
      |                              ^~~~~~
      |                              size
D:/msys64/ucrt64/include/c++/13.2.0/bits/memory_resource.h:447:37: error: 'size_type' has not been declared
  447 |       allocate(allocator_type& __a, size_type __n)
      |                                     ^~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/memory_resource.h:462:37: error: 'size_type' has not been declared
  462 |       allocate(allocator_type& __a, size_type __n, const_void_pointer)
      |                                     ^~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/memory_resource.h:474:52: error: 'size_type' has not been declared
  474 |       deallocate(allocator_type& __a, pointer __p, size_type __n)
      |                                                    ^~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/memory_resource.h:510:35: error: 'size_type' does not name a type; did you mean 'true_type'?
  510 |       static _GLIBCXX20_CONSTEXPR size_type
      |                                   ^~~~~~~~~
      |                                   true_type
In file included from D:/msys64/ucrt64/include/c++/13.2.0/bits/locale_facets.h:2687,
                 from D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_ios.h:37,
                 from D:/msys64/ucrt64/include/c++/13.2.0/ios:46:
D:/msys64/ucrt64/include/c++/13.2.0/bits/locale_facets.tcc: In member function 'void std::__numpunct_cache<_CharT>::_M_cache(const std::locale&)':
D:/msys64/ucrt64/include/c++/13.2.0/bits/locale_facets.tcc:88:34: error: 'const std::string' {aka 'const class std::__cxx11::basic_string<char>'} has no member named 'size'
   88 |           _M_grouping_size = __g.size();
      |                                  ^~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/locale_facets.tcc:90:15: error: 'const std::string' {aka 'const class std::__cxx11::basic_string<char>'} has no member named 'copy'
   90 |           __g.copy(__grouping, _M_grouping_size);
      |               ^~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/locale_facets.tcc: In member function '_InIter std::num_get<_CharT, _InIter>::_M_extract_float(_InIter, _InIter, std::ios_base&, std::ios_base::iostate&, std::string&) const':
D:/msys64/ucrt64/include/c++/13.2.0/bits/locale_facets.tcc:211:33: error: no matching function for call to 'std::__cxx11::basic_string<char>::reserve(int)'
  211 |         __found_grouping.reserve(32);
      |         ~~~~~~~~~~~~~~~~~~~~~~~~^~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:1192:7: note: candidate: 'void std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::reserve() [with _CharT = char; _Traits = std::char_traits<char>; _Alloc = std::allocator<char>]'
 1192 |       reserve();
      |       ^~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:1192:7: note:   candidate expects 0 arguments, 1 provided
D:/msys64/ucrt64/include/c++/13.2.0/bits/locale_facets.tcc:296:42: error: 'std::string' {aka 'class std::__cxx11::basic_string<char>'} has no member named 'size'
  296 |                     if (__found_grouping.size())
      |                                          ^~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/locale_facets.tcc:319:42: error: 'std::string' {aka 'class std::__cxx11::basic_string<char>'} has no member named 'size'
  319 |                     if (__found_grouping.size() && !__found_dec)
      |                                          ^~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/locale_facets.tcc:355:28: error: 'std::string' {aka 'class std::__cxx11::basic_string<char>'} has no member named 'size'
  355 |       if (__found_grouping.size())
      |                            ^~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/locale_facets.tcc: In member function '_InIter std::num_get<_CharT, _InIter>::_M_extract_int(_InIter, _InIter, std::ios_base&, std::ios_base::iostate&, _ValueT&) const':
D:/msys64/ucrt64/include/c++/13.2.0/bits/locale_facets.tcc:469:35: error: no matching function for call to 'std::__cxx11::basic_string<char>::reserve(int)'
  469 |           __found_grouping.reserve(32);
      |           ~~~~~~~~~~~~~~~~~~~~~~~~^~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:1192:7: note: candidate: 'void std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::reserve() [with _CharT = char; _Traits = std::char_traits<char>; _Alloc = std::allocator<char>]'
 1192 |       reserve();
      |       ^~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:1192:7: note:   candidate expects 0 arguments, 1 provided
D:/msys64/ucrt64/include/c++/13.2.0/bits/locale_facets.tcc:555:30: error: 'std::string' {aka 'class std::__cxx11::basic_string<char>'} has no member named 'size'
  555 |         if (__found_grouping.size())
      |                              ^~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/locale_facets.tcc:568:63: error: 'std::string' {aka 'class std::__cxx11::basic_string<char>'} has no member named 'size'
  568 |         if ((!__sep_pos && !__found_zero && !__found_grouping.size())
      |                                                               ^~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/locale_facets.tcc: In member function 'virtual _InIter std::num_get<_CharT, _InIter>::do_get(iter_type, iter_type, std::ios_base&, std::ios_base::iostate&, float&) const':
D:/msys64/ucrt64/include/c++/13.2.0/bits/locale_facets.tcc:695:21: error: no matching function for call to 'std::__cxx11::basic_string<char>::reserve(int)'
  695 |       __xtrc.reserve(32);
      |       ~~~~~~~~~~~~~~^~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:1192:7: note: candidate: 'void std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::reserve() [with _CharT = char; _Traits = std::char_traits<char>; _Alloc = std::allocator<char>]'
 1192 |       reserve();
      |       ^~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:1192:7: note:   candidate expects 0 arguments, 1 provided
D:/msys64/ucrt64/include/c++/13.2.0/bits/locale_facets.tcc: In member function 'virtual _InIter std::num_get<_CharT, _InIter>::do_get(iter_type, iter_type, std::ios_base&, std::ios_base::iostate&, double&) const':
D:/msys64/ucrt64/include/c++/13.2.0/bits/locale_facets.tcc:710:21: error: no matching function for call to 'std::__cxx11::basic_string<char>::reserve(int)'
  710 |       __xtrc.reserve(32);
      |       ~~~~~~~~~~~~~~^~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:1192:7: note: candidate: 'void std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::reserve() [with _CharT = char; _Traits = std::char_traits<char>; _Alloc = std::allocator<char>]'
 1192 |       reserve();
      |       ^~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:1192:7: note:   candidate expects 0 arguments, 1 provided
D:/msys64/ucrt64/include/c++/13.2.0/bits/locale_facets.tcc: In member function 'virtual _InIter std::num_get<_CharT, _InIter>::do_get(iter_type, iter_type, std::ios_base&, std::ios_base::iostate&, long double&) const':
D:/msys64/ucrt64/include/c++/13.2.0/bits/locale_facets.tcc:742:21: error: no matching function for call to 'std::__cxx11::basic_string<char>::reserve(int)'
  742 |       __xtrc.reserve(32);
      |       ~~~~~~~~~~~~~~^~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:1192:7: note: candidate: 'void std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::reserve() [with _CharT = char; _Traits = std::char_traits<char>; _Alloc = std::allocator<char>]'
 1192 |       reserve();
      |       ^~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:1192:7: note:   candidate expects 0 arguments, 1 provided
D:/msys64/ucrt64/include/c++/13.2.0/ostream: At global scope:
D:/msys64/ucrt64/include/c++/13.2.0/ostream:297:18: error: 'nullptr_t' has not been declared
  297 |       operator<<(nullptr_t)
      |                  ^~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/ostream:297:7: error: 'std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(int)' cannot be overloaded with 'std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(int)'
  297 |       operator<<(nullptr_t)
      |       ^~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/ostream:191:7: note: previous declaration 'std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(int)'
  191 |       operator<<(int __n);
      |       ^~~~~~~~
In file included from D:/msys64/ucrt64/include/c++/13.2.0/bits/stl_algo.h:69,
                 from D:/msys64/ucrt64/include/c++/13.2.0/algorithm:61,
                 from :4:
D:/msys64/ucrt64/include/c++/13.2.0/bits/stl_tempbuf.h: In function 'std::pair<_Tp*, long long int> std::get_temporary_buffer(ptrdiff_t)':
D:/msys64/ucrt64/include/c++/13.2.0/bits/stl_tempbuf.h:113:56: error: no matching function for call to 'operator new(long long unsigned int, const std::nothrow_t&)'
  113 |           _Tp* __tmp = static_cast<_Tp*>(::operator new(__len * sizeof(_Tp),
      |                                          ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~
  114 |                                                         std::nothrow));
      |                                                         ~~~~~~~~~~~~~
<built-in>: note: candidate: 'void* operator new(long long unsigned int)'
<built-in>: note:   candidate expects 1 argument, 2 provided
<built-in>: note: candidate: 'void* operator new(long long unsigned int, std::align_val_t)'
<built-in>: note:   no known conversion for argument 2 from 'const std::nothrow_t' to 'std::align_val_t'
D:/msys64/ucrt64/include/c++/13.2.0/ext/alloc_traits.h: In instantiation of 'struct __gnu_cxx::__alloc_traits<std::allocator<int>, int>':
D:/msys64/ucrt64/include/c++/13.2.0/bits/stl_vector.h:88:21:   required from 'struct std::_Vector_base<int, std::allocator<int> >'
D:/msys64/ucrt64/include/c++/13.2.0/bits/stl_vector.h:425:11:   required from 'class std::vector<int>'
:9:22:   required from here
D:/msys64/ucrt64/include/c++/13.2.0/ext/alloc_traits.h:56:53: error: no type named 'size_type' in '__gnu_cxx::__alloc_traits<std::allocator<int>, int>::_Base_type' {aka 'struct std::allocator_traits<std::allocator<int> >'}
   56 |     typedef typename _Base_type::size_type          size_type;
      |                                                     ^~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/ext/alloc_traits.h:57:53: error: no type named 'difference_type' in '__gnu_cxx::__alloc_traits<std::allocator<int>, int>::_Base_type' {aka 'struct std::allocator_traits<std::allocator<int> >'}
   57 |     typedef typename _Base_type::difference_type    difference_type;
      |                                                     ^~~~~~~~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/ext/alloc_traits.h:65:23: error: 'max_size' has not been declared in '__gnu_cxx::__alloc_traits<std::allocator<int>, int>::_Base_type'
   65 |     using _Base_type::max_size;
      |                       ^~~~~~~~
: In function 'int main()':
:27:37: error: 'setprecision' is not a member of 'std'
   27 |     std::cout << std::fixed << std::setprecision(2) << score << std::endl;
      |                                     ^~~~~~~~~~~~
:5:1: note: 'std::setprecision' is defined in header '<iomanip>'; did you forget to '#include <iomanip>'?
    4 | #include <algorithm>
  +++ |+#include <iomanip>
    5 | 
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h: In instantiation of 'std::__cxx11::basic_string<_CharT, _Traits, _Allocator> std::operator+(const __cxx11::basic_string<_CharT, _Traits, _Allocator>&, const _CharT*) [with _CharT = char; _Traits = char_traits<char>; _Alloc = allocator<char>]':
D:/msys64/ucrt64/include/c++/13.2.0/system_error:566:30:   required from here
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:3600:59: error: 'const class std::__cxx11::basic_string<char>' has no member named 'size'
 3600 |       return std::__str_concat<_Str>(__lhs.c_str(), __lhs.size(),
      |                                                     ~~~~~~^~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h: In instantiation of 'std::__cxx11::basic_string<_CharT, _Traits, _Allocator> std::operator+(__cxx11::basic_string<_CharT, _Traits, _Allocator>&&, __cxx11::basic_string<_CharT, _Traits, _Allocator>&&) [with _CharT = char; _Traits = char_traits<char>; _Alloc = allocator<char>]':
D:/msys64/ucrt64/include/c++/13.2.0/system_error:566:50:   required from here
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:3652:37: error: 'class std::__cxx11::basic_string<char>' has no member named 'size'
 3652 |           const auto __size = __lhs.size() + __rhs.size();
      |                               ~~~~~~^~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:3652:52: error: 'class std::__cxx11::basic_string<char>' has no member named 'size'
 3652 |           const auto __size = __lhs.size() + __rhs.size();
      |                                              ~~~~~~^~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:3653:30: error: 'class std::__cxx11::basic_string<char>' has no member named 'capacity'
 3653 |           if (__size > __lhs.capacity() && __size <= __rhs.capacity())
      |                        ~~~~~~^~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:3653:60: error: 'class std::__cxx11::basic_string<char>' has no member named 'capacity'
 3653 |           if (__size > __lhs.capacity() && __size <= __rhs.capacity())
      |                                                      ~~~~~~^~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:3654:42: error: no matching function for call to 'std::__cxx11::basic_string<char>::insert(int, std::__cxx11::basic_string<char>&)'
 3654 |             return std::move(__rhs.insert(0, __lhs));
      |                              ~~~~~~~~~~~~^~~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:1819:9: note: candidate: 'template<class _InputIterator, class> std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::iterator std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::insert(const_iterator, _InputIterator, _InputIterator) [with <template-parameter-2-2> = _InputIterator; _CharT = char; _Traits = std::char_traits<char>; _Alloc = std::allocator<char>]'
 1819 |         insert(const_iterator __p, _InputIterator __beg, _InputIterator __end)
      |         ^~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:1819:9: note:   template argument deduction/substitution failed:
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:3654:42: note:   candidate expects 3 arguments, 2 provided
 3654 |             return std::move(__rhs.insert(0, __lhs));
      |                              ~~~~~~~~~~~~^~~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:1854:7: note: candidate: 'std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::iterator std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::insert(const_iterator, std::initializer_list<_Tp>) [with _CharT = char; _Traits = std::char_traits<char>; _Alloc = std::allocator<char>; iterator = std::__cxx11::basic_string<char>::iterator; const_iterator = std::__cxx11::basic_string<char>::const_iterator]'
 1854 |       insert(const_iterator __p, initializer_list<_CharT> __l)
      |       ^~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:1854:29: note:   no known conversion for argument 1 from 'int' to 'std::__cxx11::basic_string<char>::const_iterator'
 1854 |       insert(const_iterator __p, initializer_list<_CharT> __l)
      |              ~~~~~~~~~~~~~~~^~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:1994:7: note: candidate: 'std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::iterator std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::insert(__const_iterator, _CharT) [with _CharT = char; _Traits = std::char_traits<char>; _Alloc = std::allocator<char>; iterator = std::__cxx11::basic_string<char>::iterator; __const_iterator = std::__cxx11::basic_string<char>::const_iterator]'
 1994 |       insert(__const_iterator __p, _CharT __c)
      |       ^~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:1994:31: note:   no known conversion for argument 1 from 'int' to 'std::__cxx11::basic_string<char>::__const_iterator' {aka 'std::__cxx11::basic_string<char>::const_iterator'}
 1994 |       insert(__const_iterator __p, _CharT __c)
      |              ~~~~~~~~~~~~~~~~~^~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h: In instantiation of 'std::__cxx11::basic_string<_CharT, _Traits, _Allocator> std::operator+(const _CharT*, __cxx11::basic_string<_CharT, _Traits, _Allocator>&&) [with _CharT = char; _Traits = char_traits<char>; _Alloc = allocator<char>]':
D:/msys64/ucrt64/include/c++/13.2.0/system_error:569:51:   required from here
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:3664:36: error: no matching function for call to 'std::__cxx11::basic_string<char>::insert(int, const char*&)'
 3664 |     { return std::move(__rhs.insert(0, __lhs)); }
      |                        ~~~~~~~~~~~~^~~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:1819:9: note: candidate: 'template<class _InputIterator, class> std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::iterator std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::insert(const_iterator, _InputIterator, _InputIterator) [with <template-parameter-2-2> = _InputIterator; _CharT = char; _Traits = std::char_traits<char>; _Alloc = std::allocator<char>]'
 1819 |         insert(const_iterator __p, _InputIterator __beg, _InputIterator __end)
      |         ^~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:1819:9: note:   template argument deduction/substitution failed:
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:3664:36: note:   candidate expects 3 arguments, 2 provided
 3664 |     { return std::move(__rhs.insert(0, __lhs)); }
      |                        ~~~~~~~~~~~~^~~~~~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:1854:7: note: candidate: 'std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::iterator std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::insert(const_iterator, std::initializer_list<_Tp>) [with _CharT = char; _Traits = std::char_traits<char>; _Alloc = std::allocator<char>; iterator = std::__cxx11::basic_string<char>::iterator; const_iterator = std::__cxx11::basic_string<char>::const_iterator]'
 1854 |       insert(const_iterator __p, initializer_list<_CharT> __l)
      |       ^~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:1854:29: note:   no known conversion for argument 1 from 'int' to 'std::__cxx11::basic_string<char>::const_iterator'
 1854 |       insert(const_iterator __p, initializer_list<_CharT> __l)
      |              ~~~~~~~~~~~~~~~^~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:1994:7: note: candidate: 'std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::iterator std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::insert(__const_iterator, _CharT) [with _CharT = char; _Traits = std::char_traits<char>; _Alloc = std::allocator<char>; iterator = std::__cxx11::basic_string<char>::iterator; __const_iterator = std::__cxx11::basic_string<char>::const_iterator]'
 1994 |       insert(__const_iterator __p, _CharT __c)
      |       ^~~~~~
D:/msys64/ucrt64/include/c++/13.2.0/bits/basic_string.h:1994:31: note:   no known conversion for argument 1 from 'int' to 'std::__cxx11::basic_string<char>::__const_iterator' {aka 'std::__cxx11::basic_string<char>::const_iterator'}
 1994 |       insert(__const_iterator __p, _CharT __c)
      |              ~~~~~~~~~~~~~~~~~^~~

  

Zhe Jiang University Of Technology Online Programming Space Beta1.3
Designed & Developped By Jin Qiwei
Refactored By cb@zjut.edu.cn , QQ Group: 723311416  All Copyright Reserved 2006-
819