0_0_6820585_8606.cpp:3: error: expected constructor, destructor, or type conversion before string constant
0_0_6820585_8606.cpp:3: error: expected `,' or `;' before string constant
0_0_6820585_8606.cpp:4: error: expected unqualified-id before "int"
0_0_6820585_8606.cpp:4: error: expected `,' or `;' before "int"
0_0_6820585_8606.cpp: In function `int main()':
0_0_6820585_8606.cpp:8: error: `cin' undeclared (first use this function)
0_0_6820585_8606.cpp:8: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_6820585_8606.cpp:15: error: `a' undeclared (first use this function)
0_0_6820585_8606.cpp:16: error: name lookup of `i' changed for new ISO `for' scoping
0_0_6820585_8606.cpp:14: error: using obsolete binding at `i'
0_0_6820585_8606.cpp:18: error: `cout' undeclared (first use this function)
0_0_6820585_8606.cpp:18: error: `s' undeclared (first use this function)
0_0_6820585_8606.cpp:18: error: `endl' undeclared (first use this function)
|