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