#include <stdio.h> int main(void){ printf("1+2は%dです。\n",1+2); printf("3×4は%dです。\n",3*4); return 0;}
Standard input is empty
1+2は3です。 3×4は12です。
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!