上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 22 下一页
摘要: # [第 358 场周赛 - 力扣(LeetCode)](https://leetcode.cn/contest/weekly-contest-358/) ## [2815. 数组中的最大数对和 - 力扣(LeetCode)](https://leetcode.cn/problems/max-pai 阅读全文
posted @ 2023-08-16 10:47 Ke_scholar 阅读(18) 评论(0) 推荐(0) 编辑
摘要: # [AtCoder Beginner Contest 314 - AtCoder](https://atcoder.jp/contests/abc314) ## [A - 3.14 (atcoder.jp)](https://atcoder.jp/contests/abc314/tasks/abc 阅读全文
posted @ 2023-08-14 19:19 Ke_scholar 阅读(61) 评论(0) 推荐(0) 编辑
摘要: 牛客周赛 Round 7 A-游游的you矩阵_牛客周赛 Round 7 (nowcoder.com) 把四种字符凑一起看看有没有\(y,o,u\)就行 #include <bits/stdc++.h> #define int long long using namespace std; signe 阅读全文
posted @ 2023-08-14 18:39 Ke_scholar 阅读(49) 评论(0) 推荐(1) 编辑
摘要: 23 暑假友谊赛 No.4(UKIEPC 2017) Problem A Alien Sunset hh,开始一眼差分,但是写寄了qwq,后来换枚举过了(Orz,但是看学长差分是能做的,我就说嘛,差分肯定能做( 说下枚举思路吧,就是把每个区间都存起来,选出自转周期的最大值为\(ma\),然后去枚举\ 阅读全文
posted @ 2023-08-10 16:02 Ke_scholar 阅读(8) 评论(0) 推荐(0) 编辑
摘要: SMU Summer 2023 Contest Round 11(2022-2023 ACM-ICPC Nordic Collegiate Programming Contest (NCPC 2022)) A. Ace Arbiter 用\(A\)和\(B\)代表\(Alice\)和\(Bob\), 阅读全文
posted @ 2023-08-10 14:38 Ke_scholar 阅读(55) 评论(0) 推荐(0) 编辑
摘要: # [SMU Summer 2023 Contest Round 10](https://codeforces.com/group/L9GOcnr1dm/contest/466403)(ICPC — International Collegiate Programming Contest Asia 阅读全文
posted @ 2023-08-10 10:47 Ke_scholar 阅读(9) 评论(0) 推荐(0) 编辑
摘要: # [第 357 场周赛 - 力扣(LeetCode)](https://leetcode.cn/contest/weekly-contest-357/) ## [2810. 故障键盘 - 力扣(LeetCode)](https://leetcode.cn/problems/faulty-keybo 阅读全文
posted @ 2023-08-08 22:51 Ke_scholar 阅读(20) 评论(0) 推荐(0) 编辑
摘要: # 牛客周赛 Round 6 ## [A-游游的数字圈_牛客周赛 Round 6 (nowcoder.com)](https://ac.nowcoder.com/acm/contest/62622/A) **枚举即可** ```c++ #include #define int long long u 阅读全文
posted @ 2023-08-07 20:09 Ke_scholar 阅读(27) 评论(0) 推荐(0) 编辑
摘要: # [AtCoder Beginner Contest 313 - AtCoder](https://atcoder.jp/contests/abc313) ## [A - To Be Saikyo (atcoder.jp)](https://atcoder.jp/contests/abc313/t 阅读全文
posted @ 2023-08-07 18:55 Ke_scholar 阅读(41) 评论(0) 推荐(0) 编辑
摘要: 23 暑假友谊赛 No.3 Problem - B - Codeforces 贪心吧,每次看哪块瓷砖划算就尽量多的放哪块 #include <bits/stdc++.h> #define int long long using namespace std; typedef pair<int,int> 阅读全文
posted @ 2023-08-03 19:58 Ke_scholar 阅读(9) 评论(0) 推荐(0) 编辑
上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 22 下一页