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