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