摘要: #include <bits/stdc++.h> using namespace std; int p1,p2,p3; string str,Anstr; char Tochar(char sh){ if(p1==3){ return '*'; } return p1==1?tolower(sh): 阅读全文
posted @ 2023-07-24 20:16 fushuxuan1 阅读(32) 评论(0) 推荐(0)