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