Hide

Dagatal

Languages en is
/problems/dagatal/file/statement/en/img-0001.jpg
Image from flickr.com
Probably one of the oddest details of the Gregorian calendar is the distribution of the number of days in a month. The distribution seems pretty random, even though there is a reason for it being how it is. This confuses many and they often have a hard time remembering the number of days in a month. Write a program to help these poor souls. The program should assume the year is $2019$.

Input

One line with a single integer $m$, the number of the month. It will hold that $1 \leq m \leq 12$.

Output

A single line with one integer, the number of days in month number $m$.

Scoring

Group

Points

Constraints

1

100

No further constraints

Sample Input 1 Sample Output 1
10
31

Please log in to submit a solution to this problem

Log in