摘要: 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)
window.onload = function(){ $("#live2dcanvas").attr("style","position: fixed; opacity: 0.7; left: 70px; bottom: 0px; z-index: 1; pointer-events: none;") }