Toggle navigation
HUSTOJ
F.A.Qs
Web Board
ProblemSet
Source/Category
Status
Ranklist
Contest
Recent
Login
Problem2123--Case conversion of letters
2123: Case conversion of letters
Time Limit:
1 Sec
Memory Limit:
128 MB
Submit:
148
Solved:
16
[
Submit
] [
Status
] [
Web Board
] [Creator:
]
Description
Convert all uppercase letters in the string to lowercase letters, and print the converted string.
Input
Given a string containing multiple letters
Output
The string with all lowercase letters
Sample Input
Copy
ZXCvbn
Sample Output
Copy
zxcvbn
Source/Category
165