摘要: C link 手写队列存下开始位置和长度,模拟即可。 点击查看代码 #include<bits/stdc++.h> #define int long long using namespace std; int q; struct nd{ int st,len; }a[300005]; int h = 阅读全文
posted @ 2025-01-22 20:34 不认命,就是哪吒的命! 阅读(6) 评论(0) 推荐(0) 编辑
点击右上角即可分享
微信分享提示