0_0_17887387_4264.cpp:71:3: error: stray '\243' in program
merge(elves[x],left£¬right);
^
0_0_17887387_4264.cpp:71:3: error: stray '\254' in program
0_0_17887387_4264.cpp:90:3: error: stray '\243' in program
merge(elves[x], left£¬right);
^
0_0_17887387_4264.cpp:90:3: error: stray '\254' in program
0_0_17887387_4264.cpp: In function 'void init(int, int, int)':
0_0_17887387_4264.cpp:71:24: error: expected ')' before 'right'
merge(elves[x],left£¬right);
^
0_0_17887387_4264.cpp:71:29: error: no matching function for call to 'merge(Node&, Node&)'
merge(elves[x],left£¬right);
^
0_0_17887387_4264.cpp:71:29: note: candidates are:
0_0_17887387_4264.cpp:26:6: note: void merge(Node&, Node, Node)
void merge(Node &pa, Node left, Node right)
^
0_0_17887387_4264.cpp:26:6: note: candidate expects 3 arguments, 2 provided
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/algorithm:62:0,
from 0_0_17887387_4264.cpp:5:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_algo.h:4814:5: note: template<class _IIter1, class _IIter2, class _OIter, class _Compare> _OIter std::merge(_IIter1, _IIter1, _IIter2, _IIter2, _OIter, _Compare)
merge(_InputIterator1 __first1, _InputIterator1 __last1,
^
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_algo.h:4814:5: note: template argument deduction/substitution failed:
0_0_17887387_4264.cpp:71:29: note: candidate expects 6 arguments, 2 provided
merge(elves[x],left£¬right);
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/algorithm:62:0,
from 0_0_17887387_4264.cpp:5:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_algo.h:4766:5: note: template<class _IIter1, class _IIter2, class _OIter> _OIter std::merge(_IIter1, _IIter1, _IIter2, _IIter2, _OIter)
merge(_InputIterator1 __first1, _InputIterator1 __last1,
^
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_algo.h:4766:5: note: template argument deduction/substitution failed:
0_0_17887387_4264.cpp:71:29: note: candidate expects 5 arguments, 2 provided
merge(elves[x],left£¬right);
^
0_0_17887387_4264.cpp: In function 'void change(int, int, int, int, int)':
0_0_17887387_4264.cpp:90:25: error: expected ')' before 'right'
merge(elves[x], left£¬right);
^
0_0_17887387_4264.cpp:90:30: error: no matching function for call to 'merge(Node&, Node&)'
merge(elves[x], left£¬right);
^
0_0_17887387_4264.cpp:90:30: note: candidates are:
0_0_17887387_4264.cpp:26:6: note: void merge(Node&, Node, Node)
void merge(Node &pa, Node left, Node right)
^
0_0_17887387_4264.cpp:26:6: note: candidate expects 3 arguments, 2 provided
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/algorithm:62:0,
from 0_0_17887387_4264.cpp:5:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_algo.h:4814:5: note: template<class _IIter1, class _IIter2, class _OIter, class _Compare> _OIter std::merge(_IIter1, _IIter1, _IIter2, _IIter2, _OIter, _Compare)
merge(_InputIterator1 __first1, _InputIterator1 __last1,
^
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_algo.h:4814:5: note: template argument deduction/substitution failed:
0_0_17887387_4264.cpp:90:30: note: candidate expects 6 arguments, 2 provided
merge(elves[x], left£¬right);
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/algorithm:62:0,
from 0_0_17887387_4264.cpp:5:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_algo.h:4766:5: note: template<class _IIter1, class _IIter2, class _OIter> _OIter std::merge(_IIter1, _IIter1, _IIter2, _IIter2, _OIter)
merge(_InputIterator1 __first1, _InputIterator1 __last1,
^
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_algo.h:4766:5: note: template argument deduction/substitution failed:
0_0_17887387_4264.cpp:90:30: note: candidate expects 5 arguments, 2 provided
merge(elves[x], left£¬right);
^
|