fork download
  1. #include <stdio.h>
  2.  
  3. int main(void) {
  4. // your code goes here
  5. if (0x1 && !0x02)
  6. {
  7. printf("A\n");
  8. }
  9. else
  10. {
  11. printf("B\n");
  12. }
  13. return 0;
  14. }
  15.  
Success #stdin #stdout 0s 9424KB
stdin
Standard input is empty
stdout
B