0_0_6460491_26513.cpp: In function `bool xxycmp(node, node)':
0_0_6460491_26513.cpp:18: error: `p' undeclared (first use this function)
0_0_6460491_26513.cpp:18: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_6460491_26513.cpp: In function `bool xyycmp(node, node)':
0_0_6460491_26513.cpp:19: error: `p' undeclared (first use this function)
0_0_6460491_26513.cpp: In function `bool yxxcmp(node, node)':
0_0_6460491_26513.cpp:20: error: `p' undeclared (first use this function)
0_0_6460491_26513.cpp: In function `bool yyxcmp(node, node)':
0_0_6460491_26513.cpp:21: error: `p' undeclared (first use this function)
0_0_6460491_26513.cpp: In function `int main()':
0_0_6460491_26513.cpp:90: error: `p' undeclared (first use this function)
0_0_6460491_26513.cpp: At global scope:
0_0_6460491_26513.cpp:147: error: expected unqualified-id before "return"
0_0_6460491_26513.cpp:147: error: expected `,' or `;' before "return"
0_0_6460491_26513.cpp:148: error: expected declaration before '}' token
|