#include <stdio.h> int main(){ int x,n; scanf("%d",&x); n=x*x; printf("%dの2乗は%dです。\n",x,n); return 0;}
3
3の2乗は9です。
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!