Easter Sunday is a mobile holiday corresponding to the first Sunday after the first full moon of the spring. Write a program to compute the day D and the month M of the Easter Sunday of every given year Y.
Below, := indicates assignment, div indicates integer division, and mod indicates the remainder of the integer division. To solve this problem, use the Gauss method:
Input
Input consists of several natural numbers between 1800 and 9999.
Output
Print the day and the month of the Easter Sunday of each year.
Input
2006 1999
Output
16/4 4/4