2016校賽網絡賽E刪除字符

建立一張字母表 #include<bits/stdc++.h> using namespace std; const long long maxn = 10000+5; string s1, s2; int main() { while (cin >> s1 >> s2) { int t[maxn]; string ans = ""; memset(t, 0, sizeof(t))
相關文章
相關標籤/搜索