摘要: 1 #define HAVE_STRUCT_TIMESPEC 2 #include<bits/stdc++.h> 3 using namespace std; 4 char s[407],t[407]; 5 int n,m; 6 int nex[407][37];//nex[i][j]表示i位置以字 阅读全文
posted @ 2020-02-14 19:04 sewage 阅读(121) 评论(0) 推荐(0) 编辑
摘要: 从低位到高位枚举,当前位没有就去高位找到有的将其一步步拆分,当前位多余的合并到更高一位 1 #define HAVE_STRUCT_TIMESPEC 2 #include<bits/stdc++.h> 3 using namespace std; 4 int a[100007]; 5 int sum 阅读全文
posted @ 2020-02-14 16:58 sewage 阅读(141) 评论(0) 推荐(0) 编辑