fork download
  1. #include <stdio.h>
  2.  
  3. int main(void) {
  4. // your code goes here
  5. int y=0;
  6. if(1|(y=1))
  7. printf ("%d",y);
  8. else
  9. printf ("%d",y);
  10. return 0;
  11. }
  12.  
Success #stdin #stdout 0.01s 5460KB
stdin
Standard input is empty
stdout
1