Problem1728--正则表达式找电话号码

1728: 正则表达式找电话号码

[Creator : ]
Time Limit : 1.000 sec  Memory Limit : 128 MiB

Description

输入一个字符串,判断其中是否包含电话号码。

Input

一个字符串

Output

如果有,输出这串电话号码;如果没有,输出“没找到”。

Sample Input Copy

我的电话号码是:0574-12345678

Sample Output Copy

电话号码为 0574-12345678

Source/Category