随笔分类 -  上海月赛

摘要:丙组T1:https://www.iai.sh.cn/problem/52 #include <bits/stdc++.h> using namespace std; //枚举法 int main() { int n; cin >> n; int cnt = 10; int day = 3; //星 阅读全文
posted @ 2024-07-12 10:15 五月江城 阅读(14) 评论(0) 推荐(0) 编辑
摘要:丙组T1:https://www.iai.sh.cn/problem/24 #include <bits/stdc++.h> using namespace std; int main() { int a, b, c, d; cin >> a >> b >> c >> d; int cnt = 0; 阅读全文
posted @ 2024-07-11 11:30 五月江城 阅读(20) 评论(0) 推荐(0) 编辑
摘要:丙组T1:https://www.iai.sh.cn/problem/17 #include <bits/stdc++.h> using namespace std; int main() { int n; cin >> n; n %= 5; if(n >= 1 && n <= 3) cout << 阅读全文
posted @ 2024-07-10 21:03 五月江城 阅读(14) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示