摘要: 一.解题 1.Greetings! 题意:字符串中的e ac代码: #include<iostream>#include<string>using namespace std;int main(){string s;int i,n,count=0,w;cin>>s;if(s=="Later!"){c 阅读全文
posted @ 2020-03-15 21:15 CHUNIN 阅读(146) 评论(0) 推荐(0)