F.A.Q
Hand In Hand
Online Acmers
Problem Archive
Realtime Judge Status
Authors Ranklist
 
     C/C++/Java Exams     
ACM Steps
Go to Job
Contest LiveCast
ICPC@China
Best Coder beta
VIP | STD Contests
    DIY | Web-DIY beta
Author ID 
Password 
 Register new ID

View Compilation Error

0_0_39709403_3078.cpp:4:20: error: missing terminating ' character
    4 | using namespace std'
      |                    ^
0_0_39709403_3078.cpp:2:10: error: 'algorithm' was not declared in this scope
    2 | finclude<algorithm>
      |          ^~~~~~~~~
0_0_39709403_3078.cpp:2:10: error: 'algorithm' was not declared in this scope
0_0_39709403_3078.cpp:2:10: error: 'algorithm' was not declared in this scope
0_0_39709403_3078.cpp:2:10: error: 'algorithm' was not declared in this scope
0_0_39709403_3078.cpp:2:10: error: 'algorithm' was not declared in this scope
0_0_39709403_3078.cpp:2:10: error: 'algorithm' was not declared in this scope
0_0_39709403_3078.cpp:2:10: error: 'algorithm' was not declared in this scope
0_0_39709403_3078.cpp:2:10: error: 'algorithm' was not declared in this scope
0_0_39709403_3078.cpp:2:10: error: 'algorithm' was not declared in this scope
0_0_39709403_3078.cpp:2:1: error: 'finclude' does not name a type
    2 | finclude<algorithm>
      | ^~~~~~~~
In file included from gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/bits/stl_function.h:60,
                 from gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/functional:49,
                 from 0_0_39709403_3078.cpp:3:
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/bits/move.h: In function 'constexpr _Tp* std::addressof(_Tp&)':
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/bits/move.h:146:19: error: '__addressof' is not a member of 'std'; did you mean 'addressof'?
  146 |     { return std::__addressof(__r); }
      |                   ^~~~~~~~~~~
      |                   addressof
In file included from gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/tuple:39,
                 from gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/functional:53:
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/bits/uses_allocator.h: In function 'constexpr std::__uses_alloc_t<_Tp, _Alloc, _Args ...> std::__use_alloc(const _Alloc&)':
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/bits/uses_allocator.h:118:25: error: '__addressof' is not a member of 'std'; did you mean 'addressof'?
  118 |       __ret._M_a = std::__addressof(__a);
      |                         ^~~~~~~~~~~
      |                         addressof
In file included from gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/bits/stl_iterator.h:85,
                 from gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/bits/ranges_base.h:37,
                 from gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/bits/ranges_util.h:34,
                 from gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/tuple:44:
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/bits/stl_construct.h: In function 'constexpr void std::destroy_at(_Tp*)':
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/bits/stl_construct.h:85:34: error: '__addressof' is not a member of 'std'; did you mean 'addressof'?
   85 |             std::destroy_at(std::__addressof(__x));
      |                                  ^~~~~~~~~~~
      |                                  addressof
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/bits/stl_construct.h: In static member function 'static constexpr void std::_Destroy_aux<<anonymous> >::__destroy(_ForwardIterator, _ForwardIterator)':
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/bits/stl_construct.h:163:32: error: '__addressof' is not a member of 'std'; did you mean 'addressof'?
  163 |             std::_Destroy(std::__addressof(*__first));
      |                                ^~~~~~~~~~~
      |                                addressof
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/bits/stl_construct.h: In static member function 'static constexpr _ForwardIterator std::_Destroy_n_aux<<anonymous> >::__destroy_n(_ForwardIterator, _Size)':
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/bits/stl_construct.h:207:32: error: '__addressof' is not a member of 'std'; did you mean 'addressof'?
  207 |             std::_Destroy(std::__addressof(*__first));
      |                                ^~~~~~~~~~~
      |                                addressof
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/bits/stl_iterator.h: In constructor 'constexpr std::back_insert_iterator<_Container>::back_insert_iterator(_Container&)':
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/bits/stl_iterator.h:714:24: error: '__addressof' is not a member of 'std'; did you mean 'addressof'?
  714 |       : container(std::__addressof(__x)) { }
      |                        ^~~~~~~~~~~
      |                        addressof
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/bits/stl_iterator.h: In constructor 'constexpr std::front_insert_iterator<_Container>::front_insert_iterator(_Container&)':
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/bits/stl_iterator.h:815:24: error: '__addressof' is not a member of 'std'; did you mean 'addressof'?
  815 |       : container(std::__addressof(__x)) { }
      |                        ^~~~~~~~~~~
      |                        addressof
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/bits/stl_iterator.h: In constructor 'constexpr std::insert_iterator<_Container>::insert_iterator(_Container&, _Iter)':
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/bits/stl_iterator.h:930:24: error: '__addressof' is not a member of 'std'; did you mean 'addressof'?
  930 |       : container(std::__addressof(__x)), iter(__i) {}
      |                        ^~~~~~~~~~~
      |                        addressof
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/bits/stl_iterator.h: In member function 'constexpr std::iter_value_t<_In>* std::common_iterator<_It, _Sent>::__arrow_proxy::operator->() const':
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/bits/stl_iterator.h:1886:21: error: '__addressof' is not a member of 'std'; did you mean 'addressof'?
 1886 |       { return std::__addressof(_M_keep); }
      |                     ^~~~~~~~~~~
      |                     addressof
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/bits/stl_iterator.h: In constructor 'constexpr std::common_iterator<_It, _Sent>::common_iterator(const std::common_iterator<_It2, _Sent2>&)':
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/bits/stl_iterator.h:1939:38: error: '__addressof' is not a member of 'std'; did you mean 'addressof'?
 1939 |               std::construct_at(std::__addressof(_M_it), __x._M_it);
      |                                      ^~~~~~~~~~~
      |                                      addressof
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/bits/stl_iterator.h:1946:38: error: '__addressof' is not a member of 'std'; did you mean 'addressof'?
 1946 |               std::construct_at(std::__addressof(_M_sent), __x._M_sent);
      |                                      ^~~~~~~~~~~
      |                                      addressof
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/bits/stl_iterator.h: In copy constructor 'constexpr std::common_iterator<_It, _Sent>::common_iterator(const std::common_iterator<_It, _Sent>&) requires !(is_trivially_copyable_v<_It>) || !(is_trivially_copyable_v<_Sent>)':
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/bits/stl_iterator.h:1963:36: error: '__addressof' is not a member of 'std'; did you mean 'addressof'?
 1963 |             std::construct_at(std::__addressof(_M_it), __x._M_it);
      |                                    ^~~~~~~~~~~
      |                                    addressof
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/bits/stl_iterator.h:1970:36: error: '__addressof' is not a member of 'std'; did you mean 'addressof'?
 1970 |             std::construct_at(std::__addressof(_M_sent), __x._M_sent);
      |                                    ^~~~~~~~~~~
      |                                    addressof
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/bits/stl_iterator.h: In constructor 'constexpr std::common_iterator<_It, _Sent>::common_iterator(std::common_iterator<_It, _Sent>&&) requires !(is_trivially_copyable_v<_It>) || !(is_trivially_copyable_v<_Sent>)':
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/bits/stl_iterator.h:1987:36: error: '__addressof' is not a member of 'std'; did you mean 'addressof'?
 1987 |             std::construct_at(std::__addressof(_M_it), std::move(__x._M_it));
      |                                    ^~~~~~~~~~~
      |                                    addressof
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/bits/stl_iterator.h:1994:36: error: '__addressof' is not a member of 'std'; did you mean 'addressof'?
 1994 |             std::construct_at(std::__addressof(_M_sent),
      |                                    ^~~~~~~~~~~
      |                                    addressof
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/bits/stl_iterator.h: In member function 'constexpr auto std::common_iterator<_It, _Sent>::operator->() const requires  __common_iter_has_arrow<_It>':
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/bits/stl_iterator.h:2092:23: error: '__addressof' is not a member of 'std'; did you mean 'addressof'?
 2092 |           return std::__addressof(__tmp);
      |                       ^~~~~~~~~~~
      |                       addressof
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include


Hangzhou Dianzi University Online Judge 3.0
Copyright © 2005-2024 HDU ACM Team. All Rights Reserved.
Designer & Developer : Wang Rongtao LinLe GaoJie GanLu
Total 0.000000(s) query 1, Server time : 2024-11-14 17:41:51, Gzip enabled