07 2021 档案

摘要:codeforces round 735(div.2) A. Cherry 题意 给你一个序列$a_i$, 让你找到一对l, r 另max(\(a_l \to a_r\) ) * min(\(a_l \to a_r\)) 最大 思路 多思考一下,发现直接算相邻就可以了,多的也没意义 code: co 阅读全文
posted @ 2021-07-30 09:38 darker_wxl 阅读(58) 评论(0) 推荐(0)
摘要:##hoj暑期第四场 #1001 题意 给你定义一个函数 然后,\(S(x)=\sum_{j=1}^xf(j)\), 求 \(\lim \limits_{x\to \infty}S(x)=c\) , s(x)中x趋近正无穷的极限得是个常数 思路 非常难受,就这种题,还有人能wa4,5发的啊。呜呜呜呜 阅读全文
posted @ 2021-07-29 21:04 darker_wxl 阅读(73) 评论(0) 推荐(0)
摘要:#Codeforces Global Round 15 ##A. Subsequence Permutation 签到 思路 字符串排个序,然后匹配就行了 code: const int N = 200100; int st[30]; void solve(){ int n; string str; 阅读全文
posted @ 2021-07-28 08:56 darker_wxl 阅读(53) 评论(0) 推荐(0)

window.onload = function(){ $("#live2dcanvas").attr("style","position: fixed; opacity: 0.7; left: 70px; bottom: 0px; z-index: 1; pointer-events: none;") }