fork(5) download
  1. #include <iostream>
  2. using namespace std;
  3.  
  4. int main() {
  5. double costam;
  6. double x = 1.1;
  7. double z = 1.0/10.0-1;
  8. cout << x + z - 0.2 << "\n";
  9. return 0;
  10. }
Success #stdin #stdout 0s 4296KB
stdin
Standard input is empty
stdout
5.55112e-17