prog.cpp:1:21: error: iostream.h: No such file or directory
prog.cpp: In function ‘int main()’:
prog.cpp:9: error: ‘cout’ was not declared in this scope
prog.cpp:10: error: ‘cin’ was not declared in this scope
prog.cpp:12: error: ‘cout’ was not declared in this scope
prog.cpp:12: error: ‘cin’ was not declared in this scope
prog.cpp:19: error: ‘endl’ was not declared in this scope
prog.cpp:5: warning: unused variable ‘input’