1901: Replacement of character string
内存限制:128 MB
时间限制:1.000 S
评测方式:文本比较
命题人:
提交:22
解决:16
题目描述
Please implement it by programming: remove all letters in a line of string, replace non-digits and non-letter characters with'.',
输入
There are several lines of input, and each line is composed of characters and spaces.
输出
Output as required.
样例输入 复制
12345hhjjk<>????0098
mmm.890
样例输出 复制
12345......0098
.890