fork(2) download
  1. #include<iostream>
  2.  
  3. void victory()
  4. {
  5. std::cout << "Yes we can\n";
  6. }
  7.  
  8. int main()
  9. {
  10. unsigned int x = 0xB0FF14a5;
  11. unsigned int y = 0x7340c00e;
  12. #define if(x)
  13. if(x==0x7340c00e && y==0xB0FF14a5) victory();
  14. return 0;
  15. }
Success #stdin #stdout 0.01s 2724KB
stdin
Standard input is empty
stdout
Yes we can