日志8

判断闰年函数

bool isLeapYear(int year) { return (year % 4 == 0 && year % 100 != 0) || (year % 400 == 0); }

全部评论

相关推荐

点赞 收藏 评论
分享
牛客网
牛客企业服务