0_0_11628726_16085.cpp:2: error: expected nested-name-specifier before "namespaces"
0_0_11628726_16085.cpp:2: error: `namespaces' has not been declared
0_0_11628726_16085.cpp:2: error: expected `;' before "std"
0_0_11628726_16085.cpp:2: error: expected constructor, destructor, or type conversion before ';' token
0_0_11628726_16085.cpp:4: error: `main' must return `int'
0_0_11628726_16085.cpp: In function `int main(...)':
0_0_11628726_16085.cpp:6: error: `cin' undeclared (first use this function)
0_0_11628726_16085.cpp:6: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_11628726_16085.cpp:8: error: `cout' undeclared (first use this function)
0_0_11628726_16085.cpp:8: error: `endl' undeclared (first use this function)
|