fork download
  1. #include <stdio.h>
  2. int main()
  3. {
  4. int y = 0;
  5. int x = (~y == 1);
  6. printf("%d", x);
  7. return 0;
  8. }
Success #stdin #stdout 0s 9432KB
stdin
Standard input is empty
stdout
Standard output is empty