摘要: link Solution: follow1 / follow 2 means the established string follow along s1 / s2.At start, follow1=follow2=1.For instance, s1 = "leetcode", s2 = "l 阅读全文
posted @ 2020-03-29 20:08 feibilun 阅读(240) 评论(0) 推荐(0)
摘要: link 题解可参考:https://www.luogu.com.cn/blog/cicos/solution-p2613# int a,b; const int mod=19260817; int x,y; int getint(){ char c=getchar(); int res=0; wh 阅读全文
posted @ 2020-03-29 17:37 feibilun 阅读(147) 评论(0) 推荐(0)
摘要: link 题解可参考:https://www.luogu.com.cn/blog/cicos/solution-p1082# #include <bits/stdc++.h> # define LL long long using namespace std; LL a,b; LL x,y; voi 阅读全文
posted @ 2020-03-29 17:11 feibilun 阅读(113) 评论(0) 推荐(0)