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