摘要: #include <iostream> #include <cstdio> using namespace std; int c[100000]; int d[100000]; int e[100000]; int main() { string a, b; cin >> a >> b; if (a 阅读全文
posted @ 2023-11-12 23:09 拍手称快 阅读(23) 评论(1) 推荐(0)