#include <stdio.h>int main(){ int a; scanf("%d",&a); printf("入力した整数は%dです\n",a); return 0;}
9
入力した整数は9です
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!