fork download
  1. #include <stdio.h>
  2.  
  3. void crash() {
  4. int x[1000000];
  5. }
  6.  
  7. int main() {
  8. crash();
  9. }
  10.  
Success #stdin #stdout 0.01s 5320KB
stdin
Standard input is empty
stdout
Standard output is empty