#include <iostream>int main(){ if(1 == 1+1.1e-16) std::cout << "Passt!\n"; else std::cout << "Passt nicht!\n";}
Standard input is empty
Passt!
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!