fork download
  1. #include <stdio.h>
  2. #include <stdlib.h>
  3.  
  4. int main()
  5. {
  6. int p = malloc( sizeof( int ) );
  7. return 0;
  8. }
Success #stdin #stdout 0.01s 1848KB
stdin
Standard input is empty
stdout
Standard output is empty