摘要: `#define _CRT_SECURE_NO_WARNINGS include include include using namespace std; void show(const string& a)//输出函数 { for (int i = 0; i < a.size(); i++) { 阅读全文
posted @ 2025-07-12 15:46 白底纸板 阅读(8) 评论(0) 推荐(0)