#include <bits/stdc++.h>
using namespace std;
typedef long long ll;
const int INF=1e9;
const int maxn=1e7+10;
int N=0,M=0,K=0;
string a,b;
int x,y;
int sum=0,ksum=0,cnt;
int wan[31],ying[31];
int main(){
ios::sync_with_stdio(false);
cin.tie(0);
cout.tie(0);
...