#include <iostream>

int main() {
    int a;
cout<<"enter the number"
cin>>a;
cout<<"Number is"a;
return 0;
}