main() { int c; while ( (c=getchar()) >=0) putchar(toupper(c)) ; }