Hide
Problem E
Dagatal
Languages
en
is
Image from flickr.com
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 |