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