摘要: 1 #define HAVE_STRUCT_TIMESPEC 2 #include<bits/stdc++.h> 3 using namespace std; 4 typedef struct node{ 5 int val; 6 int w[10]; 7 }srt; 8 srt a[100007] 阅读全文
posted @ 2020-03-06 13:48 sewage 阅读(128) 评论(0) 推荐(0) 编辑
摘要: 1 #define HAVE_STRUCT_TIMESPEC 2 #include<bits/stdc++.h> 3 #include<tuple> 4 using namespace std; 5 int x[1007][1007],y[1007][1007]; 6 queue<pair<int, 阅读全文
posted @ 2020-03-06 11:08 sewage 阅读(136) 评论(0) 推荐(0) 编辑