Problem G: 数字变换

Problem G: 数字变换

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

Description

给定一个非负整数 A,把数字里面所有的7全部替换成0,其余数字保持不变。 如果数字中没有 7,则直接输出原数

Input

一行一个整数 A

Output

输出替换完成后的整数。

Sample Input Copy

27371

Sample Output Copy

20301