摘要:
#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 ... 阅读全文
摘要:
#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]... 阅读全文