0_0_37030725_29845.cpp: In function 'void solve()':
0_0_37030725_29845.cpp:46:23: error: no matching function for call to 'Node::Node(<brace-enclosed initializer list>)'
qa.push(Node{a[i], i});
^
0_0_37030725_29845.cpp:46:23: note: candidates are:
0_0_37030725_29845.cpp:15:8: note: Node::Node()
struct Node {
^
0_0_37030725_29845.cpp:15:8: note: candidate expects 0 arguments, 2 provided
0_0_37030725_29845.cpp:15:8: note: constexpr Node::Node(const Node&)
0_0_37030725_29845.cpp:15:8: note: candidate expects 1 argument, 2 provided
0_0_37030725_29845.cpp:15:8: note: constexpr Node::Node(Node&&)
0_0_37030725_29845.cpp:15:8: note: candidate expects 1 argument, 2 provided
0_0_37030725_29845.cpp:48:31: error: no matching function for call to 'Node::Node(<brace-enclosed initializer list>)'
qab.push(Node{a[i] + b[i], i});
^
0_0_37030725_29845.cpp:48:31: note: candidates are:
0_0_37030725_29845.cpp:15:8: note: Node::Node()
struct Node {
^
0_0_37030725_29845.cpp:15:8: note: candidate expects 0 arguments, 2 provided
0_0_37030725_29845.cpp:15:8: note: constexpr Node::Node(const Node&)
0_0_37030725_29845.cpp:15:8: note: candidate expects 1 argument, 2 provided
0_0_37030725_29845.cpp:15:8: note: constexpr Node::Node(Node&&)
0_0_37030725_29845.cpp:15:8: note: candidate expects 1 argument, 2 provided
0_0_37030725_29845.cpp:74:34: error: no matching function for call to 'Node::Node(<brace-enclosed initializer list>)'
qi.push(Node{-cur.x, cur.id, 1});
^
0_0_37030725_29845.cpp:74:34: note: candidates are:
0_0_37030725_29845.cpp:15:8: note: Node::Node()
struct Node {
^
0_0_37030725_29845.cpp:15:8: note: candidate expects 0 arguments, 3 provided
0_0_37030725_29845.cpp:15:8: note: constexpr Node::Node(const Node&)
0_0_37030725_29845.cpp:15:8: note: candidate expects 1 argument, 3 provided
0_0_37030725_29845.cpp:15:8: note: constexpr Node::Node(Node&&)
0_0_37030725_29845.cpp:15:8: note: candidate expects 1 argument, 3 provided
0_0_37030725_29845.cpp:77:34: error: no matching function for call to 'Node::Node(<brace-enclosed initializer list>)'
qb.push(Node{b[cur.id], cur.id});
^
0_0_37030725_29845.cpp:77:34: note: candidates are:
0_0_37030725_29845.cpp:15:8: note: Node::Node()
struct Node {
^
0_0_37030725_29845.cpp:15:8: note: candidate expects 0 arguments, 2 provided
0_0_37030725_29845.cpp:15:8: note: constexpr Node::Node(const Node&)
0_0_37030725_29845.cpp:15:8: note: candidate expects 1 argument, 2 provided
0_0_37030725_29845.cpp:15:8: note: constexpr Node::Node(Node&&)
0_0_37030725_29845.cpp:15:8: note: candidate expects 1 argument, 2 provided
0_0_37030725_29845.cpp:87:38: error: no matching function for call to 'Node::Node(<brace-enclosed initializer list>)'
qi.push(Node{-a[cur.id], cur.id, 1});
^
0_0_37030725_29845.cpp:87:38: note: candidates are:
0_0_37030725_29845.cpp:15:8: note: Node::Node()
struct Node {
^
0_0_37030725_29845.cpp:15:8: note: candidate expects 0 arguments, 3 provided
0_0_37030725_29845.cpp:15:8: note: constexpr Node::Node(const Node&)
0_0_37030725_29845.cpp:15:8: note: candidate expects 1 argument, 3 provided
0_0_37030725_29845.cpp:15:8: note: constexpr Node::Node(Node&&)
0_0_37030725_29845.cpp:15:8: note: candidate expects 1 argument, 3 provided
0_0_37030725_29845.cpp:88:38: error: no matching function for call to 'Node::Node(<brace-enclosed initializer list>)'
qi.push(Node{-b[cur.id], cur.id, 2});
^
0_0_37030725_29845.cpp:88:38: note: candidates are:
0_0_37030725_29845.cpp:15:8: note: Node::Node()
struct Node {
^
0_0_37030725_29845.cpp:15:8: note: candidate expects 0 arguments, 3 provided
0_0_37030725_29845.cpp:15:8: note: constexpr Node::Node(const Node&)
0_0_37030725_29845.cpp:15:8: note: candidate expects 1 argument, 3 provided
0_0_37030725_29845.cpp:15:8: note: constexpr Node::Node(Node&&)
0_0_37030725_29845.cpp:15:8: note: candidate expects 1 argument, 3 provided
0_0_37030725_29845.cpp:92:34: error: no matching function for call to 'Node::Node(<brace-enclosed initializer list>)'
qa.push(Node{-cur2.x, cur2.id});
^
0_0_37030725_29845.cpp:92:34: note: candidates are:
0_0_37030725_29845.cpp:15:8: note: Node::Node()
struct Node {
^
0_0_37030725_29845.cpp:15:8: note: candidate expects 0 arguments, 2 provided
0_0_37030725_29845.cpp:15:8: note: constexpr Node::Node(const Node&)
0_0_37030725_29845.cpp:15:8: note: candidate expects 1 argument, 2 provided
0_0_37030725_29845.cpp:15:8: note: constexpr Node::Node(Node&&)
0_0_37030725_29845.cpp:15:8: note: candidate expects 1 argument, 2 provided
0_0_37030725_29845.cpp:95:31: error: no matching function for call to 'std::priority_queue<Node>::push(<brace-enclosed initializer list>)'
qb.push({-cur2.x, cur2.id});
^
0_0_37030725_29845.cpp:95:31: note: candidates are:
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/queue:64:0,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/x86_64-w64-mingw32/bits/stdc++.h:85,
from 0_0_37030725_29845.cpp:1:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_queue.h:499:7: note: void std::priority_queue<_Tp, _Sequence, _Compare>::push(const value_type&) [with _Tp = Node; _Sequence = std::vector<Node, std::allocator<Node> >; _Compare = std::less<Node>; std::priority_queue<_Tp, _Sequence, _Compare>::value_type = Node]
push(const value_type& __x)
^
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_queue.h:499:7: note: no known conversion for argument 1 from '<brace-enclosed initializer list>' to 'const value_type& {aka const Node&}'
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_queue.h:507:7: note: void std::priority_queue<_Tp, _Sequence, _Compare>::push(std::priority_queue<_Tp, _Sequence, _Compare>::value_type&&) [with _Tp = Node; _Sequence = std::vector<Node, std::allocator<Node> >; _Compare = std::less<Node>; std::priority_queue<_Tp, _Sequence, _Compare>::value_type = Node]
push(value_type&& __x)
^
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_queue.h:507:7: note: no known conversion for argument 1 from '<brace-enclosed initializer list>' to 'std::priority_queue<Node>::value_type&& {aka Node&&}'
0_0_37030725_29845.cpp:99:51: error: no matching function for call to 'Node::Node(<brace-enclosed initializer list>)'
qab.push(Node{a[cur2.id] + b[cur2.id], cur2.id});
^
0_0_37030725_29845.cpp:99:51: note: candidates are:
0_0_37030725_29845.cpp:15:8: note: Node::Node()
struct Node {
^
0_0_37030725_29845.cpp:15:8: note: candidate expects 0 arguments, 2 provided
0_0_37030725_29845.cpp:15:8: note: constexpr Node::Node(const Node&)
0_0_37030725_29845.cpp:15:8: note: candidate expects 1 argument, 2 provided
0_0_37030725_29845.cpp:15:8: note: constexpr Node::Node(Node&&)
0_0_37030725_29845.cpp:15:8: note: candidate expects 1 argument, 2 provided
0_0_37030725_29845.cpp:107:34: error: no matching function for call to 'Node::Node(<brace-enclosed initializer list>)'
qi.push(Node{-cur.x, cur.id, 2});
^
0_0_37030725_29845.cpp:107:34: note: candidates are:
0_0_37030725_29845.cpp:15:8: note: Node::Node()
struct Node {
^
0_0_37030725_29845.cpp:15:8: note: candidate expects 0 arguments, 3 provided
0_0_37030725_29845.cpp:15:8: note: constexpr Node::Node(const Node&)
0_0_37030725_29845.cpp:15:8: note: candidate expects 1 argument, 3 provided
0_0_37030725_29845.cpp:15:8: note: constexpr Node::Node(Node&&)
0_0_37030725_29845.cpp:15:8: note: candidate expects 1 argument, 3 provided
|