0_0_36455017_1655.cpp: In function 'int main()':
0_0_36455017_1655.cpp:76:40: error: no matching function for call to 'node::node(int, __gnu_cxx::__alloc_traits<std::allocator<int> >::value_type)'
ok.push_back(node(1,a[1][0] - 1));
^
0_0_36455017_1655.cpp:76:40: note: candidates are:
0_0_36455017_1655.cpp:10:8: note: node::node()
struct node{
^
0_0_36455017_1655.cpp:10:8: note: candidate expects 0 arguments, 2 provided
0_0_36455017_1655.cpp:10:8: note: constexpr node::node(const node&)
0_0_36455017_1655.cpp:10:8: note: candidate expects 1 argument, 2 provided
0_0_36455017_1655.cpp:10:8: note: constexpr node::node(node&&)
0_0_36455017_1655.cpp:10:8: note: candidate expects 1 argument, 2 provided
0_0_36455017_1655.cpp:100:45: error: no matching function for call to 'node::node(int&, int)'
cur.push_back(node(le,ne - 1));
^
0_0_36455017_1655.cpp:100:45: note: candidates are:
0_0_36455017_1655.cpp:10:8: note: node::node()
struct node{
^
0_0_36455017_1655.cpp:10:8: note: candidate expects 0 arguments, 2 provided
0_0_36455017_1655.cpp:10:8: note: constexpr node::node(const node&)
0_0_36455017_1655.cpp:10:8: note: candidate expects 1 argument, 2 provided
0_0_36455017_1655.cpp:10:8: note: constexpr node::node(node&&)
0_0_36455017_1655.cpp:10:8: note: candidate expects 1 argument, 2 provided
|