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