#include <iostream>
using namespace std;
int main() {
    int a;
cout<<"enter the number"
cin>>a;
cout<<"Number is"a;
return 0;
}