编写程序计算某年某月的天数.输入年份year和月份month,输出该月份的天数 include int main(){ int year,month;int a=0;printf(\"输入任意符合范围(1月~12月)的月份和(1900年~9999年)年份,且两个值之间空格分隔。\\n\");scanf(\"%d%d\",&year,&。
c语言编写程序,输入某年某月,求该月的天数 include void main() { int Year,Month,Day;cout(年月以空格分隔):;cin>;>;Year>;>;Month;while(Month|Month>;12) { cout输入时间有误,请重新输入:;cin>;>;Year>;>;Month;。