prog.cpp:2:21: error: iostream.h: No such file or directory
prog.cpp:4:20: error: iomanip.h: No such file or directory
prog.cpp: In function ‘int main()’:
prog.cpp:11: error: ‘cout’ was not declared in this scope
prog.cpp:12: error: ‘cin’ was not declared in this scope
prog.cpp:17: error: ‘cout’ was not declared in this scope
prog.cpp:18: error: ‘cin’ was not declared in this scope
prog.cpp:31: error: ‘cout’ was not declared in this scope
prog.cpp:31: error: ‘endl’ was not declared in this scope
prog.cpp:34: error: ‘setw’ was not declared in this scope
prog.cpp:35: error: ‘setprecision’ was not declared in this scope
prog.cpp:46: error: ‘setw’ was not declared in this scope
prog.cpp:49: error: ‘cin’ was not declared in this scope
prog.cpp:7: warning: unused variable ‘j’