fork download
  1. #include<iostream>
  2. using namespace std;
  3. int main(){
  4. bool z = 0.3+0.3+0.3 == 0.99999999999999999999;
  5. cout<<(bool)z<<endl;
  6. }
Success #stdin #stdout 0s 4228KB
stdin
Standard input is empty
stdout
0