首页 > 时间银河
头像 cgtlth
发表于 2024-02-15 01:49:15
e题的一个超简单的代码 思路:把区间每一天看作365天,再加上区间里闰年数即可 #include<iostream> using namespace std; bool solve(int x) { if(x%4==0&&x%100!=0||x%400==0) 展开全文

等你来战

查看全部