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