#include <stdio.h>int main(){ float f = 1e11; printf("%f\n", f); ++f; printf("%f\n", f); f+=10000; printf("%f\n", f);}
Standard input is empty
99999997952.000000 99999997952.000000 100000006144.000000
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!