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