eolymp
bolt
Try our new interface for solving problems
Problems

Birthday

Birthday

Time limit 1 second
Memory limit 128 MiB

Vasya saw David Copperfield's performance and decided to impress his classmates with his own tricks. Here's one: Vasya offers to his classmate to multiply the number of date of his birth by 12, and the number of the month of his birth by 31 and tell him the sum of both results. Then Vasya quickly tells the classmate's date of birth.

Since Vasya becomes tired because a lot of people queued near him, he asks you to write a program that will show this focus instead of him.

Input data

One number - the result received by Vasya's classmate.

Output data

Print in one line the date and month of classmate's birth in format "DD / MM".

Examples

Input example #1
170
Output example #1
09/02
Input example #17
322
Output example #17
01/10