摘要: #define _CRT_SECURE_NO_WARNINGS #include<stdio.h> //is_leap_year //如果是闰年,返回1 //如果不是闰年,返回0 //int is_leap_year(int x) //{ // if((x%4==0) && (x%100!=0) | 阅读全文
posted @ 2022-04-18 12:59 morphism 阅读(22) 评论(0) 推荐(0)