随笔分类 - 思维
摘要:题目链接 题解 #include<iostream> using namespace std; int main(){ int T; scanf("%d",&T); while(T--){ string a,b; cin>>a>>b; int al=a.size(); int bl=b.size()
阅读全文
posted @ 2020-08-29 09:31
ice--cream
摘要:题目链接 题解 #include<iostream> #include<cstring> #include<cstdio> using namespace std; int map[100005]; int book[100005]; #define inf 0x3f3f3f3f int main(
阅读全文
posted @ 2020-08-25 10:46
ice--cream
摘要:题目链接 题解 #include<iostream> #include<cstring> #include<cstdio> #include<vector> using namespace std; int map[100005]; vector<int> q; int main(){ int T;
阅读全文
posted @ 2020-08-25 09:33
ice--cream

浙公网安备 33010602011771号