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