Compiler output
prog.cpp: In function 'int main()':
prog.cpp:5:1: error: 'cin' was not declared in this scope
prog.cpp:5: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:9:10: warning: suggest parentheses around comparison in operand of '&' [-Wparentheses]
prog.cpp:12:1: error: 'cout' was not declared in this scope
prog.cpp:12:1: note: suggested alternative:
In file included from prog.cpp:1:0:
/usr/include/c++/4.7/iostream:62:18: note: 'std::cout'