0_0_10815587_5622.cpp:1: error: expected constructor, destructor, or type conversion before '<' token
0_0_10815587_5622.cpp:1: error: expected `,' or `;' before '<' token
0_0_10815587_5622.cpp: In function `int main()':
0_0_10815587_5622.cpp:7: error: `n' undeclared (first use this function)
0_0_10815587_5622.cpp:7: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_10815587_5622.cpp:7: error: `B' undeclared (first use this function)
0_0_10815587_5622.cpp:7: error: `D' undeclared (first use this function)
0_0_10815587_5622.cpp:7: error: `f' undeclared (first use this function)
0_0_10815587_5622.cpp:7: error: `F' undeclared (first use this function)
0_0_10815587_5622.cpp:7: error: `scanf' undeclared (first use this function)
0_0_10815587_5622.cpp:9: error: `a' undeclared (first use this function)
0_0_10815587_5622.cpp:10: error: `b' undeclared (first use this function)
0_0_10815587_5622.cpp:11: error: `c' undeclared (first use this function)
0_0_10815587_5622.cpp:12: error: `getchar' undeclared (first use this function)
0_0_10815587_5622.cpp:16: error: `gets' undeclared (first use this function)
0_0_10815587_5622.cpp:19: error: `strlen' undeclared (first use this function)
0_0_10815587_5622.cpp:43: error: `printf' undeclared (first use this function)
|