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