fork(3) download
  1. #include <stdio.h>
  2. int main()
  3. {
  4. int a[63500000]= {1,5,0};
  5. printf ("This code requires only 1.6 MB \n");
  6. //printf ("%d\n", a[0]);
  7. return 0;
  8. }
Success #stdin #stdout 0.01s 1676KB
stdin
Standard input is empty
stdout
This code requires only 1.6 MB