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