Compiler output
prog.cpp:2:6: warning: ISO C++ forbids declaration of 'main' with no type [-Wreturn-type]
prog.cpp: In function 'int main()':
prog.cpp:4:1: error: 'cin' was not declared in this scope
prog.cpp:4:1: note: suggested alternative:
In file included from prog.cpp:1:0:
/usr/include/c++/4.7/iostream:61:18: note: 'std::cin'
prog.cpp:6:1: error: 'cout' was not declared in this scope
prog.cpp:6:1: note: suggested alternative:
In file included from prog.cpp:1:0:
/usr/include/c++/4.7/iostream:62:18: note: 'std::cout'