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