fork download
  1. #include <stdio.h>
  2.  
  3. int main() {
  4. double x = 0.11111;
  5. printf("%lld\n", x);
  6.  
  7. double y = 0.11111;
  8. printf("%lld\n", y);
  9. }
Success #stdin #stdout 0s 4464KB
stdin
Standard input is empty
stdout
140725876089256
0