Write a program which calculates the cube of a given integer x.
An integer x is given in a line.
Print the cube of x in a line.
2
8
3
27