1118. Number of Days in a Month
https://leetcode.com/problems/number-of-days-in-a-month
Description
Given a year year
and a month month
, return the number of days of that month.
Example 1:
Example 2:
Example 3:
Constraints:
1583 <= year <= 2100
1 <= month <= 12
ac
Last updated