Sorry, your browser cannot access this site
This page requires browser support (enable) JavaScript
Learn more >

纯暴力。枚举每一天。i,j,k分别表示年月日,mt数组存每个月的天数(遇到闰年特别判断) 开始过不了是因为想用三目运算符写闰年判断,结果发现我驾驭不了233 123456789101112131415161718192021222324252627282930313233343536373839404142434445#include<bits/stdc++.h>using n...

又开始做USACO? 反正很水,但是很绕。注意送人剩下的钱不能算得到的。 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051#include<bits/stdc++.h>using namespace std;const int MAXN=15...