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