11563 - 231001_9/21_practice2-2
|
Time |
Memory |
| Case 1 |
1 sec |
32 MB |
| Case 2 |
1 sec |
32 MB |
| Case 3 |
1 sec |
32 MB |
| Case 4 |
1 sec |
32 MB |
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
Tags