0_0_14896922_4241.cpp: In function 'int main()':
0_0_14896922_4241.cpp:29:35: error: no matching function for call to 'Node::Node(LL, int&)'
Nodea[i] = Node(t * t * a, i);
^
0_0_14896922_4241.cpp:29:35: note: candidates are:
0_0_14896922_4241.cpp:11:8: note: Node::Node()
struct Node {
^
0_0_14896922_4241.cpp:11:8: note: candidate expects 0 arguments, 2 provided
0_0_14896922_4241.cpp:11:8: note: constexpr Node::Node(const Node&)
0_0_14896922_4241.cpp:11:8: note: candidate expects 1 argument, 2 provided
0_0_14896922_4241.cpp:11:8: note: constexpr Node::Node(Node&&)
0_0_14896922_4241.cpp:11:8: note: candidate expects 1 argument, 2 provided
0_0_14896922_4241.cpp:30:31: error: no matching function for call to 'Node::Node(LL, int&)'
Nodeb[i] = Node(t * b, i);
^
0_0_14896922_4241.cpp:30:31: note: candidates are:
0_0_14896922_4241.cpp:11:8: note: Node::Node()
struct Node {
^
0_0_14896922_4241.cpp:11:8: note: candidate expects 0 arguments, 2 provided
0_0_14896922_4241.cpp:11:8: note: constexpr Node::Node(const Node&)
0_0_14896922_4241.cpp:11:8: note: candidate expects 1 argument, 2 provided
0_0_14896922_4241.cpp:11:8: note: constexpr Node::Node(Node&&)
0_0_14896922_4241.cpp:11:8: note: candidate expects 1 argument, 2 provided
|