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