- 博客(1)
- 资源 (1)
- 收藏
- 关注
原创 日期计算C语言
用C语言计算日期可实现日期加减 #include"stdio.h" #include <stdlib.h> //闰年判定 int year_judge(int year){ int leap; if(year%400==0||(year%4==0&&year%100!=0)){ leap = 1; } else{ leap = 0; } return leap; } //时间累加运算 int t...
2021-07-26 20:47:24
2552
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅