解题思路:
注意事项:
参考代码:
#include using namespace std; struct time{ int year; int month; int day; }a; int month[13]={0,31,28,31,30,31,30,31,31,30,31,30,31}; int main(){ int t(0); cin>>a.year>>a.month>>a.day; for(int i=1;i<a.month;i++) t+=month[i]; t+=a.day; if(!(a.year%400)||(a.year%100&&!(a.year%4))) t++; cout<<t<<endl; return 0; }
0.0分
0 人评分
逆反的01串 (C++代码)(依旧推荐switch)浏览:1003 |
点我有惊喜!你懂得!浏览:1564 |
C语言训练-最大数问题 (C语言代码).........关于-1浏览:762 |
C语言程序设计教程(第三版)课后习题6.10 (C语言代码)浏览:773 |
C语言程序设计教程(第三版)课后习题7.3 (C语言代码)浏览:1276 |
简单的a+b (C语言代码)浏览:685 |
2003年秋浙江省计算机等级考试二级C 编程题(2) (C语言代码)浏览:729 |
简单的a+b (C语言代码)浏览:783 |
C语言程序设计教程(第三版)课后习题10.4 (C语言代码)浏览:702 |
printf基础练习2 (C语言代码)浏览:826 |