摘要: 实现代码: include<bits/stdc++.h> int main() { string s1=""; string s2=""; int a[250]={0}; //存储s1逆序 int b[250]={0}; //存储s2逆序 int c[500]={0}; //存储最终结果 cin>> 阅读全文
posted @ 2025-07-21 21:50 暗神酱 阅读(6) 评论(0) 推荐(0)