摘要: command+option+esc 阅读全文
posted @ 2020-03-23 21:37 Faker_fan 阅读(1111) 评论(0) 推荐(0)
摘要: #include<iostream> #include<cstdio> #include<cstring> #define inv inline void #define ini inline int #define maxn 1000050 using namespace std; char s[ 阅读全文
posted @ 2020-03-23 17:27 Faker_fan 阅读(123) 评论(0) 推荐(0)
摘要: #include <iostream> #include <algorithm> #include <vector> using namespace std; typedef long long ll; const int maxn=1e5+10; char s[40][maxn]; int f[1 阅读全文
posted @ 2020-03-23 15:20 Faker_fan 阅读(243) 评论(0) 推荐(0)