摘要: #include <bits/stdc++.h> using namespace std; int p1,p2,p3; string s,S; char a(char t){ if(p1==3){ return '*'; }else if(p1==1){ return tolower(t); }el 阅读全文
posted @ 2023-07-24 20:32 王一行(小号) 阅读(31) 评论(0) 推荐(0)