#1582. 将所有小写字母转换成大写字母
将所有小写字母转换成大写字母
题目描述
给定一个字符串,该字符串只包含英文字母,请把其中所有的小写字母替换成大写字母。
样例输入
HelloWorld
样例输出
HELLOWORLD
给定一个字符串,该字符串只包含英文字母,请把其中所有的小写字母替换成大写字母。
HelloWorld
HELLOWORLD
By signing up a 羽润编程 universal account, you can submit code and join discussions in all online judging services provided by us.