Problem Description
An integer is given. Output the values --- each on a separate line.
Input Format
The input data contain the number .
Output Format
Output five lines, each of which contains the corresponding power of the number :
- in the first line --- ;
- in the second line --- ;
- in the third line --- ;
- in the fourth line --- ;
Examples
Example 1
Input
5
Output
25 125 3125 9765625 30517578125
Example 2
Input
2
Output
4 8 32 1024 32768