main(i,c){for(;~(c=getchar());putchar(i?toupper(c):tolower(c)))i^=c==10;}