0_0_2965504_11585.cpp: In function `bool cmpyid(int, int)':
0_0_2965504_11585.cpp:12: error: 'struct Node' has no member named 'y'
0_0_2965504_11585.cpp:12: error: 'struct Node' has no member named 'y'
0_0_2965504_11585.cpp: In function `bool cmpy(Node&, Node&)':
0_0_2965504_11585.cpp:13: error: expected primary-expression before "if"
0_0_2965504_11585.cpp:13: error: expected `;' before "if"
0_0_2965504_11585.cpp: In function `int main()':
0_0_2965504_11585.cpp:29: error: no match for 'operator=' in 't[ID[i]] = K'
0_0_2965504_11585.cpp:6: note: candidates are: Node& Node::operator=(const Node&)
0_0_2965504_11585.cpp:35: error: 'struct Node' has no member named 'y'
0_0_2965504_11585.cpp:35: error: 'struct Node' has no member named 'y'
0_0_2965504_11585.cpp:35: error: 'struct Node' has no member named 'y'
0_0_2965504_11585.cpp:36: error: no match for 'operator=' in 't[ID[i]] = K'
0_0_2965504_11585.cpp:6: note: candidates are: Node& Node::operator=(const Node&)
|