摘要: 1 #define HAVE_STRUCT_TIMESPEC 2 #include<bits/stdc++.h> 3 using namespace std; 4 typedef struct node{ 5 int data; 6 node *lchild,*rchild; 7 }tree; 8 阅读全文
posted @ 2020-02-03 15:05 sewage 阅读(214) 评论(0) 推荐(0) 编辑
摘要: 1 #define HAVE_STRUCT_TIMESPEC 2 #include<bits/stdc++.h> 3 using namespace std; 4 set<int>v[207]; 5 int a[207]; 6 int vis[207]; 7 int main(){ 8 ios::s 阅读全文
posted @ 2020-02-03 15:03 sewage 阅读(187) 评论(0) 推荐(0) 编辑
摘要: 1 #define HAVE_STRUCT_TIMESPEC 2 #include<bits/stdc++.h> 3 using namespace std; 4 typedef struct{ 5 int add,data,nex; 6 }Node; 7 Node node[100007],ans 阅读全文
posted @ 2020-02-03 15:02 sewage 阅读(147) 评论(0) 推荐(0) 编辑
摘要: 1 #define HAVE_STRUCT_TIMESPEC 2 #include<bits/stdc++.h> 3 using namespace std; 4 string s[30][10]; 5 int ans[1007][1007]; 6 int num[1007]; 7 string t 阅读全文
posted @ 2020-02-03 15:00 sewage 阅读(226) 评论(0) 推荐(0) 编辑