#include <stdio.h>
void main()
{
    int a;
printf("enter any number:",a);
scanf("%d",a);
}