#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 |