#include <stdio.h>
int main()
{
int n;
printf("\nPlease input an integer to convert to a floating number:" ); printf("\nYour float is: %.5f", (float)n
);
return(0);
}
I2luY2x1ZGUgPHN0ZGlvLmg+CgoKaW50IG1haW4oKQp7CglpbnQgbjsKCQogICAgIHByaW50ZigiXG5QbGVhc2UgaW5wdXQgYW4gaW50ZWdlciB0byBjb252ZXJ0IHRvIGEgZmxvYXRpbmcgbnVtYmVyOiIgKTsKICAgICBzY2FuZigiJWQiLCAmbik7CiAgICAgcHJpbnRmKCJcbllvdXIgZmxvYXQgaXM6ICUuNWYiLCAoZmxvYXQpbik7CiAgICAgCiAgICAgICAgcmV0dXJuKDApOwoKfQoK