Drop links or images here to add them to the editor.

Day of the Week

Read a number from 1 to 7 and print the corresponding day name using switch.

Input

An integer from 1 to 7.

Output

Print the name of the day:

Examples

Input:

1

Output:

Lunes