摘要:
#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 阅读全文
摘要:
#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 阅读全文