fork download
  1. /* Helloプログラム */
  2.  
  3. #include <stdio.h>
  4.  
  5. main()
  6. {
  7. int i;
  8. i = 50000*50000; /* ここで、オーバーフロー=情報あふれ*/
  9. printf("%d\n",i);
  10. }
Success #stdin #stdout 0s 5320KB
stdin
Standard input is empty
stdout
-1794967296