AtCoder Beginner Contest 167 题解

题目连接 A.模拟ios #include <bits/stdc++.h> using namespace std; typedef long long LL; const int N = 2e5 + 10; #define fi first #define se second #define pb push_back #define mp make_pair char a[N],b[N]; in
相关文章
相关标签/搜索