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