从键盘输入某年某月(包括闰年),编程输出该年的该月拥有的天数
从键盘输入某年某月(包括闰年),编程输出该年的该月拥有的天数。**输入格式要求:"%d,%d" 提示信息:“Input year,month:” “The number of days is %d\n”**输出格式要求:"%d"程序运行示例1如下:Input year,month:1984,2The number of days is 29程序运行示例2如下:Input year,m...