0_0_9828822_21520.cpp:2: error: `MAX' was not declared in this scope
0_0_9828822_21520.cpp:2: error: `MAX' was not declared in this scope
0_0_9828822_21520.cpp:2: error: `MAX' was not declared in this scope
0_0_9828822_21520.cpp: In function `int find(int)':
0_0_9828822_21520.cpp:5: error: `pre' undeclared (first use this function)
0_0_9828822_21520.cpp:5: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_9828822_21520.cpp: In function `void myUnion(const int&, const int&)':
0_0_9828822_21520.cpp:13: error: `pre' undeclared (first use this function)
0_0_9828822_21520.cpp:13: error: `min' undeclared (first use this function)
0_0_9828822_21520.cpp: In function `int check()':
0_0_9828822_21520.cpp:18: error: `pre' undeclared (first use this function)
0_0_9828822_21520.cpp: In function `int main()':
0_0_9828822_21520.cpp:34: error: `scanf' undeclared (first use this function)
0_0_9828822_21520.cpp:37: error: `outD' undeclared (first use this function)
0_0_9828822_21520.cpp:37: error: `memset' undeclared (first use this function)
0_0_9828822_21520.cpp:38: error: `inD' undeclared (first use this function)
0_0_9828822_21520.cpp:39: error: `MAX' undeclared (first use this function)
0_0_9828822_21520.cpp:40: error: `pre' undeclared (first use this function)
0_0_9828822_21520.cpp:42: error: `getchar' undeclared (first use this function)
0_0_9828822_21520.cpp:46: error: `strlen' undeclared (first use this function)
0_0_9828822_21520.cpp:57: error: `printf' undeclared (first use this function)
0_0_9828822_21520.cpp:62: error: `temp' undeclared (first use this function)
|