fork download
  1. #include<stdio.h>
  2. int main(){
  3. int zz1,zz2;
  4. zz1 = 8;
  5. zz2= zz1 / 2;
  6. if ( (zz1==!0 ) && (zz2 ==! 1 ) ){
  7. printf("!!!!!!!!!!");
  8.  
  9. }
  10. else{
  11. printf("xxxx");
  12. }
  13. return 0;
  14. }
Success #stdin #stdout 0s 2292KB
stdin
Standard input is empty
stdout
xxxx