fatal error

i am using borland turbo c++ and getting error " prog.cpp:1:24: fatal error: iostream.h: No such file or directory # include ^ compilation terminated. " plz…help the program is running fine on my computer…

Codechef uses GNU C++, and it has #include <iostream> not #include <iostream.h>. Either install that or use some online resource like ideone.com