11563 - 231001_9/21_practice2-2   

Description

Write a program to input a date in year 2017 and calculate the number of days from 1/1/2017 to that date, inclusive.  

Input

Two integers: m (month) and d (day), two numbers seperate by a space.

Output

An integer number

Sample Input  Download

Sample Output  Download

Tags




Discuss