2246: 将字符串中的小写字母转换成大写字母
Memory Limit:256 MB
Time Limit:1.000 S
Judge Style:Normal Judger
Creator:
Submit:105
Solved:30
Description
给定一个字符串,将其中所有的小写字母转换成大写字母。
Input
输入一行,包含一个字符串(长度不超过100,可能包含空格)。
Output
输出转换后的字符串。
Sample Input Copy
helloworld123Ha
Sample Output Copy
HELLOWORLD123HA