摘要: #include<iostream> #include<cstring> #include<vector> using namespace std; #define FLOOR 11 #define ROOM 11 #define AGENT 26 #define TIMELEN 9 #define 阅读全文
posted @ 2021-11-27 20:21 智人心 阅读(49) 评论(0) 推荐(0)
摘要: #include<iostream> #include<cstring> using namespace std; #define maxn 16000005 bool has[maxn]; char a[maxn]; int s[150]; int main(){ int n,nc,len,zz, 阅读全文
posted @ 2021-11-27 10:07 智人心 阅读(33) 评论(0) 推荐(0)