#include<stdio.h>
int main()
{
    int n,i,j;
    printf("enter the number");
    scanf("%d",&n);
    printf("%d");
    return 0;
}