#include<bits/stdc++.h>
using namespace std;
char st[100];
int main(){
cin>>st;
int n=strlen(st);
for(int i=1;i<=n;i++){
if(n%i==0){
char c=st[i-1];
if(c>='a')st[i-1]=c-'a'+'A';
}
}
cout<<st;
return 0...
English Article | Word Count | Duration | Accuracy | Speed | Backspace | Error | Slogan |
---|---|---|---|---|---|---|---|
《1234》 | 203字 | 3.2分钟 | 100% | 60 CPM | 18 次 | 0 | 不及格,加强练习! |
Inspirational quotes: 统治者必须具备外柔内刚的气质。 ——诸葛亮 | |||||||
What do you think of this article? Give it a rating and let it serve as a guiding light for others |