fork download
  1. #include <stdio.h>
  2.  
  3. int main() {
  4.  
  5. int a = NULL;
  6. printf("%d", a);
  7.  
  8. return 0;
  9. }
  10.  
  11.  
  12.  
  13.  
Success #stdin #stdout 0s 5360KB
stdin
45
stdout
Standard output is empty