COMPILATION ERROR IN

HEY GUYS!!
WHEN I WAS TRYING TO SOLVE SOME OF MY PROBLEMS ON CODECHEF I FOUND THIS ERROR :
prog.c:1:19: fatal error: iostream: No such file or directory
#include
^
compilation terminated.

THIS I THE COMPILATION FOR NUMBER MIRROR PROBLEM IN THE BEGINNERS PRACTICE.
FOR THAT I TYPED IN THE FOLLOWING CODE.
PLZZ HELP ME OUT.

#include
using namespace std;
int main()
{
int x;
cin>>x;
cout<<x;
return 0;
}

It should be #imclude not include (hashtag).

Make sure to select the proper language before submitting (c++) in your case