摘要: #include <bits/stdc++.h> using namespace std; const int N=1e3+10; typedef struct node{ int w; struct node*l; struct node*r; }node; string s[N*N]; int 阅读全文
posted @ 2022-11-25 14:48 突破铁皮 阅读(29) 评论(0) 推荐(0) 编辑
摘要: #include <bits/stdc++.h> using namespace std; const int N=1e3+10; char s[N]; bool flag=0; char p[N]; int ptt=0; int num[N],ntt=0; char Op[N]; int optt 阅读全文
posted @ 2022-11-25 14:44 突破铁皮 阅读(20) 评论(0) 推荐(0) 编辑