摘要: A 小d和答案修改 就简单的签到题 #include<iostream> using namespace std; int main() { string s; cin >> s; for (int i = 0; i < s.size(); i++) { if (s[i] >= 'a' && s[i 阅读全文
posted @ 2023-04-09 09:00 north_h 阅读(11) 评论(0) 推荐(0)