摘要: #include #include using namespace std; int main(){ string s; getline(cin,s); for(int i =0 ; i = 'a' && s[i]= 'A' && s[i]= 'w' && s[i]= 'W' && s[i]<='Z')) { s[i] += 4 ... 阅读全文
posted @ 2017-03-28 14:33 shiningrise 阅读(204) 评论(0) 推荐(0) 编辑
摘要: #include #include using namespace std; int main(){ string a,s ; char s1[1000]; cin>>a; int i= 0,j=0; bool f=false; while(1) { f=false; while(a[i] !=a[i+1]... 阅读全文
posted @ 2017-03-28 14:12 shiningrise 阅读(525) 评论(0) 推荐(0) 编辑
// 侧边栏目录 // https://blog-static.cnblogs.com/files/douzujun/marvin.nav.my1502.css