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