摘要: #Day1 ###[蓝桥杯 2021 省 B2] 特殊年份 签到题目。按照题目要求来就行 #include<bits/stdc++.h> using namespace std; const int N=5; int main() { int ans=0; for(int j=0;j<5;j++) 阅读全文
posted @ 2023-02-12 14:57 Is_Qinna 阅读(23) 评论(0) 推荐(0)