prog.cpp:2:22: error: iostream.h: No such file or directory
prog.cpp: In function ‘int main()’:
prog.cpp:20: error: ‘cout’ was not declared in this scope
prog.cpp:21: error: ‘cin’ was not declared in this scope
prog.cpp:27: error: ‘endl’ was not declared in this scope
prog.cpp:18: warning: unused variable ‘d’
prog.cpp:18: warning: unused variable ‘e’
prog.cpp:30: warning: ignoring return value of ‘int system(const char*)’, declared with attribute warn_unused_result