0_0_25109935_3034.cpp:38:14: error: expected unqualified-id before 'int'
struct Node(int hx, int hy, int bx, int by, int ax, int ay, int nextone)
^
0_0_25109935_3034.cpp:38:14: error: expected ')' before 'int'
0_0_25109935_3034.cpp: In function 'void proclose(int, int, int, int, int, int, int, int)':
0_0_25109935_3034.cpp:127:53: error: no matching function for call to 'Node::Node(int&, int&, int&, int&, int&, int&, int&)'
failqueue.push(Node(hx, hy, bx, by, ax, ay, nextone));
^
0_0_25109935_3034.cpp:127:53: note: candidates are:
0_0_25109935_3034.cpp:29:8: note: Node::Node()
struct Node
^
0_0_25109935_3034.cpp:29:8: note: candidate expects 0 arguments, 7 provided
0_0_25109935_3034.cpp:29:8: note: constexpr Node::Node(const Node&)
0_0_25109935_3034.cpp:29:8: note: candidate expects 1 argument, 7 provided
0_0_25109935_3034.cpp:29:8: note: constexpr Node::Node(Node&&)
0_0_25109935_3034.cpp:29:8: note: candidate expects 1 argument, 7 provided
|