fork download
  1. #include <iostream>
  2. void victory (){
  3. std::cout << 12;
  4. }
  5. int main (){
  6.  
  7. #define if(x) (x);
  8.  
  9. if (1337!=1337)
  10. victory ();
  11. return 0;
  12. }
Success #stdin #stdout 0s 16048KB
stdin
Standard input is empty
stdout
12