62162_0_23163.cpp:1: error: invalid token
62162_0_23163.cpp:1: error: expected constructor, destructor, or type conversion before '<' token
62162_0_23163.cpp:1: error: expected `,' or `;' before '<' token
62162_0_23163.cpp: In function `int main()':
62162_0_23163.cpp:6: error: `cin' undeclared (first use this function)
62162_0_23163.cpp:6: error: (Each undeclared identifier is reported only once for each function it appears in.)
62162_0_23163.cpp:18: error: `cout' undeclared (first use this function)
62162_0_23163.cpp:18: error: `endl' undeclared (first use this function)
62162_0_23163.cpp: At global scope:
62162_0_23163.cpp:22: error: expected constructor, destructor, or type conversion before '<' token
62162_0_23163.cpp:22: error: expected `,' or `;' before '<' token
62162_0_23163.cpp: In function `int main()':
62162_0_23163.cpp:25: error: redefinition of `int main()'
62162_0_23163.cpp:4: error: `int main()' previously defined here
62162_0_23163.cpp:27: error: `cin' undeclared (first use this function)
62162_0_23163.cpp:39: error: `cout' undeclared (first use this function)
62162_0_23163.cpp:39: error: `endl' undeclared (first use this function)
|