0_0_8355192_6692.cpp:4: error: expected `,' or `;' before "int"
0_0_8355192_6692.cpp: In function `int find(int)':
0_0_8355192_6692.cpp:9: error: `root' undeclared (first use this function)
0_0_8355192_6692.cpp:9: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_8355192_6692.cpp: In function `void make(int, int)':
0_0_8355192_6692.cpp:18: error: `root' undeclared (first use this function)
0_0_8355192_6692.cpp:19: error: `ran' undeclared (first use this function)
0_0_8355192_6692.cpp: In function `int main()':
0_0_8355192_6692.cpp:34: error: `root' undeclared (first use this function)
0_0_8355192_6692.cpp:35: error: `ran' undeclared (first use this function)
|