摘要: 阅读全文
posted @ 2023-06-16 20:03 fushuxuan1 阅读(7) 评论(0) 推荐(0)
摘要: #include <bits/stdc++.h> using namespace std; int main(int argc, char** argv) { string a="110105120105971101039897110103115104117108971119897110116111 阅读全文
posted @ 2023-06-16 20:02 fushuxuan1 阅读(14) 评论(0) 推荐(0)
摘要: #include <bits/stdc++.h> using namespace std; int main(int argc, char** argv) { string a="sanguosha"; for(int i=0;i<a.size();i++){ char b=a[i]; int c= 阅读全文
posted @ 2023-06-16 19:24 fushuxuan1 阅读(27) 评论(0) 推荐(0)