上一页 1 ··· 13 14 15 16 17
摘要: 目录Codeforces Global Round 23C-Permutation Operations Codeforces Global Round 23 C-Permutation Operations 题目链接:https://codeforces.com/contest/1746/prob 阅读全文
posted @ 2022-10-20 17:49 Qiansui 阅读(84) 评论(0) 推荐(0)
摘要: C 题目链接:https://codeforces.com/contest/1744/problem/C C题一开始有个暴力的思路,就是从前往后搜索,找到当前c所对应的最近的g的路径,同时记录最大值。但是这个是O(n2)的时间复杂度,我猜可能过不了。《 待尝试 看了官方的解析,现在思考为什么他的方法 阅读全文
posted @ 2022-10-18 20:08 Qiansui 阅读(46) 评论(0) 推荐(0)
摘要: C++代码模板 阅读全文
posted @ 2022-10-18 09:27 Qiansui 阅读(162) 评论(0) 推荐(0)
摘要: C++运算符优先级 阅读全文
posted @ 2022-07-11 12:08 Qiansui 阅读(40) 评论(0) 推荐(0)
摘要: Qiansui 阅读全文
posted @ 2022-07-10 13:16 Qiansui 阅读(149) 评论(5) 推荐(0)
上一页 1 ··· 13 14 15 16 17