摘要: c++: string就是一个数组看成str[N]数组就可以了,其他的好像都一样! 点击查看代码 #include <iostream> #include<string> using namespace std; const int N = 1e7 + 5; struct strs { string 阅读全文
posted @ 2024-11-04 11:30 这题太难了 阅读(56) 评论(0) 推荐(0)