fork download
  1.  
  2. #include <stdio.h>
  3.  
  4. int main() {
  5. int *a = 1, *b = 2;
  6. printf("%d\n", *a && *b);
  7. }
Runtime error #stdin #stdout 0s 1784KB
stdin
Standard input is empty
stdout
Standard output is empty