prog.cpp: In function ‘int main()’:
prog.cpp:8:1: error: ‘cout’ was not declared in this scope
prog.cpp:8:1: note: suggested alternative:
In file included from prog.cpp:2:0:
/usr/include/c++/4.7/iostream:62:18: note: ‘std::cout’
prog.cpp:9:1: error: ‘cin’ was not declared in this scope
prog.cpp:9:1: note: suggested alternative:
In file included from prog.cpp:2:0:
/usr/include/c++/4.7/iostream:61:18: note: ‘std::cin’
prog.cpp:15:44: error: ‘endl’ was not declared in this scope
prog.cpp:15:44: note: suggested alternative:
In file included from /usr/include/c++/4.7/iostream:40:0,
from prog.cpp:2:
/usr/include/c++/4.7/ostream:562:5: note: ‘std::endl’