2024年8月10日

摘要: written by Ulysses 赛时通过:A、B、C。 赛后补题:D、E。 A 依题判断即可。 #include<bits/stdc++.h> using namespace std; int y; int main(){ cin>>y; if(y%4!=0) cout<<365; if(y% 阅读全文

posted @ 2024-08-10 10:17 _XOFqwq 阅读(8) 评论(0) 推荐(0) 编辑