#import int c;main(){for(;read(0,&c,1);write(1,&c,1))c=toupper(c);}