0_0_4009959_17730.cpp: In function `int cha(int)':
0_0_4009959_17730.cpp:2: error: `father' undeclared (first use this function)
0_0_4009959_17730.cpp:2: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_4009959_17730.cpp: In function `void bing(int, int)':
0_0_4009959_17730.cpp:3: error: `father' undeclared (first use this function)
0_0_4009959_17730.cpp: In function `int cmp(const void*, const void*)':
0_0_4009959_17730.cpp:4: error: invalid use of undefined type `struct road'
0_0_4009959_17730.cpp:4: error: forward declaration of `struct road'
0_0_4009959_17730.cpp:4: error: invalid use of undefined type `struct road'
0_0_4009959_17730.cpp:4: error: forward declaration of `struct road'
0_0_4009959_17730.cpp:4: error: invalid use of undefined type `struct road'
0_0_4009959_17730.cpp:4: error: forward declaration of `struct road'
0_0_4009959_17730.cpp:4: error: invalid use of undefined type `struct road'
0_0_4009959_17730.cpp:4: error: forward declaration of `struct road'
0_0_4009959_17730.cpp:4: error: invalid use of undefined type `struct road'
0_0_4009959_17730.cpp:4: error: forward declaration of `struct road'
0_0_4009959_17730.cpp:4: error: invalid use of undefined type `struct road'
0_0_4009959_17730.cpp:4: error: forward declaration of `struct road'
0_0_4009959_17730.cpp: At global scope:
0_0_4009959_17730.cpp:4: error: `main' must return `int'
0_0_4009959_17730.cpp: In function `int main(...)':
0_0_4009959_17730.cpp:4: error: `road' undeclared (first use this function)
0_0_4009959_17730.cpp:4: error: expected `;' before "data"
0_0_4009959_17730.cpp:4: error: `data' undeclared (first use this function)
0_0_4009959_17730.cpp:4: error: `father' undeclared (first use this function)
0_0_4009959_17730.cpp:4: error: `cout' undeclared (first use this function)
0_0_4009959_17730.cpp:4: error: `endl' undeclared (first use this function)
|