会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
darker_wxl
博客园
首页
新随笔
联系
订阅
管理
2021年7月28日
CF Global Round 15(补题)
摘要: #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
阅读(52)
评论(0)
推荐(0)
公告
window.onload = function(){ $("#live2dcanvas").attr("style","position: fixed; opacity: 0.7; left: 70px; bottom: 0px; z-index: 1; pointer-events: none;") }