队列模板p1886
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
在文章《题解:P1006 [NOIP 2008 提高组] 传纸条》发表评论:
%%%
在文章《题解:P1006 [NOIP 2008 提高组] 传纸条》发表评论:
可能是正解
在文章《B4263 [GESP202503 四级] 荒地开垦》发表评论:
本人亲测,这个思路很好
```cpp #include using namespace std; int main() { long long n,v1,v2; cin>>n>>v1>>v2; vector v(n+1),a(n+1); for(int i=1;i >v[i]>>a[i]; vector > dp(v1+1,vector (v…
在文章《P1060开心的金明题解》发表评论:
前排 %%%
在文章《P1060开心的金明题解》发表评论:
没人吗
在文章《B4263 [GESP202503 四级] 荒地开垦》发表评论:
%%%
在讨论《【1.3 更新】洛谷题解补充计划》回复:
?
在讨论《33pts HELP!!!!!!!! 求调!!!!!!》回复:
@[Rigil_Kent](luogu://user/828932)已过
在讨论《33pts HELP!!!!!!!! 求调!!!!!!》回复:
@[Rigil_Kent](luogu://user/828932)谢谢!!!!!
在讨论《33pts HELP!!!!!!!! 求调!!!!!!》回复:
_刚才又调一遍结果33pts变66pts_ ~~数据也要开unsigned ```cpp #include #include #include #include using namespace std; unsigned long long t,n,x; string s1; stack s; int main() {…
在讨论《33pts HELP!!!!!!!! 求调!!!!!!》回复:
**求救!!!**
[原题传送门](https://www.luogu.com.cn/problem/B3614#submit) ```cpp #include #include #include #include using namespace std; long long t,n,x; string s1; stack s; int…