摘要: #include <iostream> #include <string> using namespace std; bool check(string s) { int p_pos = -1, t_pos = -1; int p_count = 0, t_count = 0; for (int i 阅读全文
posted @ 2023-04-19 20:26 KuanDong24 阅读(19) 评论(0) 推荐(0) 编辑
摘要: #include <iostream> #include <string> using namespace std; int main() { string pingyin[10] = {"ling","yi","er","san","si","wu","liu","qi","ba","jiu"}; 阅读全文
posted @ 2023-04-19 19:05 KuanDong24 阅读(10) 评论(0) 推荐(0) 编辑