#include <stdio.h> //This is for printf float number int main() { float x; scanf("%f",&x); printf("%f\n",x); return 0; }