摘要:
```c //Rata Die day one is 0001-01-01 int calculateDays(uint32_t year, uint32_t month, uint32_t day) { if (month < 3) year--, month += 12; return 365 * year + year / 4 - year / 100 + year / 400 + (153 阅读全文
posted @ 2020-05-12 12:01
多弗朗强哥
阅读(240)
评论(0)
推荐(0)

浙公网安备 33010602011771号