fork(2) download
  1. #include <iostream>
  2. #include<cstdio>
  3. using namespace std;
  4.  
  5. int main() {
  6. double costam;
  7. double x = 1.1;
  8. double z = 1.0/10.0-1;
  9. printf("%lf\n", x + z - 0.2 + 0.00000001);
  10. return 0;
  11. }
Success #stdin #stdout 0s 4444KB
stdin
Standard input is empty
stdout
0.000000