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