0_0_10560266_29089.cpp: In function `int main()':
0_0_10560266_29089.cpp:4: error: `scanf' undeclared (first use this function)
0_0_10560266_29089.cpp:4: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_10560266_29089.cpp:4: error: `EOF' undeclared (first use this function)
0_0_10560266_29089.cpp:7: error: `getchar' undeclared (first use this function)
0_0_10560266_29089.cpp:9: error: `gets' undeclared (first use this function)
0_0_10560266_29089.cpp:11: error: `strlen' undeclared (first use this function)
0_0_10560266_29089.cpp:25: error: `convert' undeclared (first use this function)
0_0_10560266_29089.cpp:30: error: `printf' undeclared (first use this function)
|