第一题很简单,就不描述了。 #include <bits/stdc++.h> using namespace std; using LL = long long; int main() { //freopen("test.txt", "r", stdin); ios::sync_with_stdio(false); int n; string a, b, ans; cin >> n >> a >> b; for (int i = 0; i < n; +...