fork download
  1. #include <stdio.h>
  2.  
  3. #define if(x) if(!(x))
  4.  
  5. int main(void) {
  6. int a = 1;
  7. if (a == 1 && a == 2 && a == 3) printf("123123123");
  8. return 0;
  9. }
Success #stdin #stdout 0s 4328KB
stdin
Standard input is empty
stdout
123123123