|
|
2:11: error: '::main' must return 'int' In function 'int main()'
5:2: error: 'cout' was not declared in this scope
5:2: note: suggested alternative: In file included from
1:0: /usr/include/c++/4.7/iostream:62:18: note: 'std::cout'
6:2: error: 'cin' was not declared in this scope
6:2: note: suggested alternative: In file included from 1:0: /usr/include/c++/4.7/iostream:61:18: note: 'std::cin'
7:14: error: expected identifier before '(' token
7:14: error: expected ';' before '(' token
9:18: error: expected identifier before '(' token 9:18: error: expected ';' before '(' token |