/* Helloプログラム */ #include <stdio.h> main(){ int i; i = 50000 * 50000; printf("%d\n", i);}
Standard input is empty
-1794967296
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!