#include <stdio.h> int main(void) {float a,b;a= 12.34567;b=123.45678;printf("%.6lf\n%.6f",a,b); return 0;}
Standard input is empty
12.345670 123.456779
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!