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