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