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