#include #include #include int main(void) { int move = 1; char str[2000]; scanf("%s",str); for(int i=0;i26) { move=1; } if(str[i]==64) { str[i]=90; } } printf("%s",str); }