#include <stdio.h> int main(void) { double a ; scanf("%lf",&a) ; printf("%f",a) ; return 0;}
4.0
4.000000
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!