摘要: 2019 山东省大学生程序设计竞赛 A. Calandar 纯模拟吧(感觉我做麻烦了(?), 就是如果问的是未来的日期,就用相隔天数取模后加上这天的星期, 如果问的是曾经的,就用这天的星期减去相隔天数的取模后的数,因为是减法,记得加模数 #include <bits/stdc++.h> #defin 阅读全文
posted @ 2023-08-03 18:55 Ke_scholar 阅读(17) 评论(0) 推荐(0) 编辑
摘要: # [SMU Summer 2023 Contest Round 8](https://codeforces.com/group/L9GOcnr1dm/contest/464880)(2019 陕西省大学生程序设计竞赛) ## B - Grid with Arrows(欧拉图) 题意:一个总规模为$ 阅读全文
posted @ 2023-08-03 14:18 Ke_scholar 阅读(105) 评论(0) 推荐(0) 编辑
摘要: # [牛客周赛 Round 5](https://ac.nowcoder.com/acm/contest/62033) ## [A-游游的字母变换_牛客周赛 Round 5 (nowcoder.com)](https://ac.nowcoder.com/acm/contest/62033/A) `` 阅读全文
posted @ 2023-08-02 11:02 Ke_scholar 阅读(32) 评论(0) 推荐(0) 编辑
摘要: # [第 356 场周赛 - 力扣(LeetCode)](https://leetcode.cn/contest/weekly-contest-356/) ## [2798. 满足目标工作时长的员工数目 - 力扣(LeetCode)](https://leetcode.cn/problems/num 阅读全文
posted @ 2023-08-01 10:45 Ke_scholar 阅读(22) 评论(0) 推荐(0) 编辑
摘要: # [牛客周赛 Round 4](https://ac.nowcoder.com/acm/contest/61571) ## [A-游游的字符串构造_牛客周赛 Round 4 (nowcoder.com)](https://ac.nowcoder.com/acm/contest/61571/A) * 阅读全文
posted @ 2023-07-31 00:35 Ke_scholar 阅读(43) 评论(0) 推荐(0) 编辑
摘要: # [AtCoder Beginner Contest 312](https://atcoder.jp/contests/abc312) ## [A - Chord (atcoder.jp)](https://atcoder.jp/contests/abc312/tasks/abc312_a) `` 阅读全文
posted @ 2023-07-30 22:40 Ke_scholar 阅读(49) 评论(0) 推荐(0) 编辑
摘要: # [SMU Summer 2023 Contest Round 7](https://codeforces.com/group/L9GOcnr1dm/contest/464081) ## [A. Two Rival Students](https://codeforces.com/group/L9 阅读全文
posted @ 2023-07-28 20:01 Ke_scholar 阅读(9) 评论(0) 推荐(0) 编辑
摘要: 23暑假友谊赛No.2 A-雨_23暑假友谊赛No.2 (nowcoder.com) #include <bits/stdc++.h> using namespace std; signed main() { ios::sync_with_stdio(false);cin.tie(nullptr); 阅读全文
posted @ 2023-07-26 19:48 Ke_scholar 阅读(4) 评论(0) 推荐(0) 编辑
摘要: SMU Summer 2023 Contest Round 6 A. There Are Two Types Of Burgers 从0枚举到汉堡的最大个数,取最大值 #include <bits/stdc++.h> #define int long long using namespace std 阅读全文
posted @ 2023-07-25 15:57 Ke_scholar 阅读(8) 评论(0) 推荐(0) 编辑
摘要: # [Dashboard - Codeforces Round 886 (Div. 4) - Codeforces](https://codeforces.com/contest/1850) ## [A. To My Critics](https://codeforces.com/contest/1 阅读全文
posted @ 2023-07-24 19:47 Ke_scholar 阅读(54) 评论(0) 推荐(0) 编辑