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