#include<stdio.h>
int main()
{
    float value;
    printf("float*value");
    scanf("%f" "float * value");
    return 0;
}