linxi66
linxi66
全部文章
分类
归档
标签
去牛客网
登录
/
注册
linxi66的博客
全部文章
(共2篇)
题解 | 小红的01串
#include <iostream> #include<string> using namespace std; int main() { int T; cin>>T; getchar(); string s; whil...
2025-12-31
0
13
题解 | 【模板】序列操作
#include<iostream> #include<algorithm> #include<list> using namespace std; int main(){ list<int>l; int q; scanf(&q...
2025-12-24
0
14