1932: String conversion
内存限制:128 MB
时间限制:1.000 S
评测方式:文本比较
命题人:
提交:1
解决:0
题目描述
Input a string of characters, which is composed of uppercase and lowercase letters and numbers. Please convert it as required before outputting it. The rule is that lowercase letters are converted to L , uppercase letters are converted to U , and numeric characters are summed and output. It is known that numeric characters are continuous. Such as RUL 369 abc123 , the final output is UUU18LLL6
输入
There are multiple lines of input, one string per line
输出
Output the changed string as required
样例输入 复制
111AkPMb124
924AK888PMb
样例输出 复制
3ULUUL7
15UU24UUL