0101少儿编程
Home
ProblemSet
Source/Category
Contest
Status
Ranklist
F.A.Qs
IDE下载
Login
Register
5310: 【23课】【3137】这个月有几天
Memory Limit:128 MB
Time Limit:1.000 S
Judge Style:Text Compare
Creator:
Submit:127
Solved:48
Submit
Submit Record
Statistics
ShowOff!
Description
输入一个年份和一个月份,输出该月的天数。
Input
两个整数
y
(
1600≤y≤3000
)和
m
(
1≤m≤12
),分别表示年份和月份。
Output
一个整数,表示这个月的天数
Sample Input
Copy
1900 2
Sample Output
Copy
28
Source/Category
一本通编程启蒙
分支结构
Submit
Submit Record
Statistics
ShowOff!