摘要: 1 #include<stdio.h> 2 3 char s[100005]; 4 char s1[100005]; 5 char s3[100005]; 6 int st[500005], tp; 7 8 int main() 9 { 10 int t; 11 scanf("%d",&t); 12 阅读全文
posted @ 2020-07-24 22:32 joy_gg 阅读(79) 评论(0) 推荐(0) 编辑
摘要: #include<stdio.h> #include<string.h> #include<queue> using namespace std; #define abss(i) -(i) #define check(a) ((a) == 'S' || (a) == '.') #define che 阅读全文
posted @ 2020-07-18 20:43 joy_gg 阅读(112) 评论(0) 推荐(0) 编辑