fork download
  1. #include <iostream>
  2. using namespace std;
  3.  
  4. int main() {
  5. auto f = 0.9503480195;
  6. f *= 1.0 / 0.9503480195;
  7. cout << (f == 1 ? "yes " : "no ") << f;
  8. return 0;
  9. }
Success #stdin #stdout 0.01s 5516KB
stdin
Standard input is empty
stdout
yes 1