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

In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/algorithm:62:0,
                 from 0_0_29463318_17203.cpp:3:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_algo.h: In instantiation of 'void std::__insertion_sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = TypeB*; _Compare = __gnu_cxx::__ops::_Iter_comp_iter<int (*)(TypeB, TypeB)>]':
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_algo.h:1884:70:   required from 'void std::__final_insertion_sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = TypeB*; _Compare = __gnu_cxx::__ops::_Iter_comp_iter<int (*)(TypeB, TypeB)>]'
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_algo.h:1970:55:   required from 'void std::__sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = TypeB*; _Compare = __gnu_cxx::__ops::_Iter_comp_iter<int (*)(TypeB, TypeB)>]'
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_algo.h:4716:78:   required from 'void std::sort(_RAIter, _RAIter, _Compare) [with _RAIter = TypeB*; _Compare = int (*)(TypeB, TypeB)]'
0_0_29463318_17203.cpp:81:31:   required from here
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_algo.h:1851:17: error: no match for 'operator=' (operand types are 'TypeB' and 'std::remove_reference<TypeB&>::type {aka TypeB}')
        *__first = _GLIBCXX_MOVE(__val);
                 ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_algo.h:1851:17: note: candidate is:
0_0_29463318_17203.cpp:20:9: note: TypeB& TypeB::operator=(TypeB&)
  TypeB& operator=(TypeB &a)
         ^
0_0_29463318_17203.cpp:20:9: note:   no known conversion for argument 1 from 'std::remove_reference<TypeB&>::type {aka TypeB}' to 'TypeB&'
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_algo.h:61:0,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/algorithm:62,
                 from 0_0_29463318_17203.cpp:3:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_heap.h: In instantiation of 'void std::__pop_heap(_RandomAccessIterator, _RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = TypeB*; _Compare = __gnu_cxx::__ops::_Iter_comp_iter<int (*)(TypeB, TypeB)>]':
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_algo.h:1676:50:   required from 'void std::__heap_select(_RandomAccessIterator, _RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = TypeB*; _Compare = __gnu_cxx::__ops::_Iter_comp_iter<int (*)(TypeB, TypeB)>]'
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_algo.h:1932:59:   required from 'void std::__partial_sort(_RandomAccessIterator, _RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = TypeB*; _Compare = __gnu_cxx::__ops::_Iter_comp_iter<int (*)(TypeB, TypeB)>]'
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_algo.h:1947:59:   required from 'void std::__introsort_loop(_RandomAccessIterator, _RandomAccessIterator, _Size, _Compare) [with _RandomAccessIterator = TypeB*; _Size = long long int; _Compare = __gnu_cxx::__ops::_Iter_comp_iter<int (*)(TypeB, TypeB)>]'
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_algo.h:1969:11:   required from 'void std::__sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = TypeB*; _Compare = __gnu_cxx::__ops::_Iter_comp_iter<int (*)(TypeB, TypeB)>]'
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_algo.h:4716:78:   required from 'void std::sort(_RAIter, _RAIter, _Compare) [with _RAIter = TypeB*; _Compare = int (*)(TypeB, TypeB)]'
0_0_29463318_17203.cpp:81:31:   required from here
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_heap.h:244:17: error: no match for 'operator=' (operand types are 'TypeB' and 'std::remove_reference<TypeB&>::type {aka TypeB}')
       *__result = _GLIBCXX_MOVE(*__first);
                 ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_heap.h:244:17: note: candidate is:
0_0_29463318_17203.cpp:20:9: note: TypeB& TypeB::operator=(TypeB&)
  TypeB& operator=(TypeB &a)
         ^
0_0_29463318_17203.cpp:20:9: note:   no known conversion for argument 1 from 'std::remove_reference<TypeB&>::type {aka TypeB}' to 'TypeB&'
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_algo.h:61:0,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/algorithm:62,
                 from 0_0_29463318_17203.cpp:3:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_heap.h: In instantiation of 'void std::__adjust_heap(_RandomAccessIterator, _Distance, _Distance, _Tp, _Compare) [with _RandomAccessIterator = TypeB*; _Distance = long long int; _Tp = TypeB; _Compare = __gnu_cxx::__ops::_Iter_comp_iter<int (*)(TypeB, TypeB)>]':
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_heap.h:334:15:   required from 'void std::__make_heap(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = TypeB*; _Compare = __gnu_cxx::__ops::_Iter_comp_iter<int (*)(TypeB, TypeB)>]'
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_algo.h:1673:49:   required from 'void std::__heap_select(_RandomAccessIterator, _RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = TypeB*; _Compare = __gnu_cxx::__ops::_Iter_comp_iter<int (*)(TypeB, TypeB)>]'
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_algo.h:1932:59:   required from 'void std::__partial_sort(_RandomAccessIterator, _RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = TypeB*; _Compare = __gnu_cxx::__ops::_Iter_comp_iter<int (*)(TypeB, TypeB)>]'
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_algo.h:1947:59:   required from 'void std::__introsort_loop(_RandomAccessIterator, _RandomAccessIterator, _Size, _Compare) [with _RandomAccessIterator = TypeB*; _Size = long long int; _Compare = __gnu_cxx::__ops::_Iter_comp_iter<int (*)(TypeB, TypeB)>]'
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_algo.h:1969:11:   required from 'void std::__sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = TypeB*; _Compare = __gnu_cxx::__ops::_Iter_comp_iter<int (*)(TypeB, TypeB)>]'
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_algo.h:4716:78:   required from 'void std::sort(_RAIter, _RAIter, _Compare) [with _RAIter = TypeB*; _Compare = int (*)(TypeB, TypeB)]'
0_0_29463318_17203.cpp:81:31:   required from here
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_heap.h:218:29: error: no match for 'operator=' (operand types are 'TypeB' and 'std::remove_reference<TypeB&>::type {aka TypeB}')
    *(__first + __holeIndex) = _GLIBCXX_MOVE(*(__first + __secondChild));
                             ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_heap.h:218:29: note: candidate is:
0_0_29463318_17203.cpp:20:9: note: TypeB& TypeB::operator=(TypeB&)
  TypeB& operator=(TypeB &a)
         ^
0_0_29463318_17203.cpp:20:9: note:   no known conversion for argument 1 from 'std::remove_reference<TypeB&>::type {aka TypeB}' to 'TypeB&'
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_algo.h:61:0,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/algorithm:62,
                 from 0_0_29463318_17203.cpp:3:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_heap.h:224:29: error: no match for 'operator=' (operand types are 'TypeB' and 'std::remove_reference<TypeB&>::type {aka TypeB}')
    *(__first + __holeIndex) = _GLIBCXX_MOVE(*(__first
                             ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_heap.h:224:29: note: candidate is:
0_0_29463318_17203.cpp:20:9: note: TypeB& TypeB::operator=(TypeB&)
  TypeB& operator=(TypeB &a)
         ^
0_0_29463318_17203.cpp:20:9: note:   no known conversion for argument 1 from 'std::remove_reference<TypeB&>::type {aka TypeB}' to 'TypeB&'
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_pair.h:59:0,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/utility:70,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/algorithm:60,
                 from 0_0_29463318_17203.cpp:3:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/move.h: In instantiation of 'void std::swap(_Tp&, _Tp&) [with _Tp = TypeB]':
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_algobase.h:148:22:   required from 'void std::iter_swap(_ForwardIterator1, _ForwardIterator2) [with _ForwardIterator1 = TypeB*; _ForwardIterator2 = TypeB*]'
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_algo.h:84:34:   required from 'void std::__move_median_to_first(_Iterator, _Iterator, _Iterator, _Iterator, _Compare) [with _Iterator = TypeB*; _Compare = __gnu_cxx::__ops::_Iter_comp_iter<int (*)(TypeB, TypeB)>]'
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_algo.h:1921:13:   required from '_RandomAccessIterator std::__unguarded_partition_pivot(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = TypeB*; _Compare = __gnu_cxx::__ops::_Iter_comp_iter<int (*)(TypeB, TypeB)>]'
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_algo.h:1952:62:   required from 'void std::__introsort_loop(_RandomAccessIterator, _RandomAccessIterator, _Size, _Compare) [with _RandomAccessIterator = TypeB*; _Size = long long int; _Compare = __gnu_cxx::__ops::_Iter_comp_iter<int (*)(TypeB, TypeB)>]'
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_algo.h:1969:11:   required from


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-23 04:43:45, Gzip enabled