fork(1) download
  1. #include <iostream>
  2.  
  3. float a = 1019.00, b = 0.10, c = 0.20;
  4.  
  5. int main() {
  6. std::cout << a - b - c << "\n";
  7. return 0;
  8. }
Success #stdin #stdout 0s 3140KB
stdin
Standard input is empty
stdout
1018.7