#include <iostream> int main(){ std::cout << (0.1 + 0.2 > 0.3) << '\n'; std::cout << (0.3 * 0.3 < 0.9) << '\n';}
Standard input is empty
1 1
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!