会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Luogu743373
博客园
首页
新随笔
联系
订阅
管理
2024年1月24日
P3369 题解
摘要: STL-vector YYDS!!! 思路 真·建树 vector <int> v; 真·插入 void insert () { v.insert (lower_bound (v.begin (), v.end (), x), x); //vector-insert 是指在当前迭代器前插入 x,然后
阅读全文
posted @ 2024-01-24 13:43 Vitamin_B
阅读(9)
评论(0)
推荐(0)
公告