fork download
  1. /* Helloプログラム */
  2.  
  3. #include <stdio.h>
  4.  
  5. main()
  6. {
  7. int i;
  8.  
  9. i = 50000 * 50000;
  10.  
  11. printf("Hello\nWorld! %d \n", i);
  12. }
Success #stdin #stdout 0s 5320KB
stdin
Standard input is empty
stdout
Hello
World! -1794967296