Problem M. Must be excluded

Author:И. Блинов   Time limit:1 sec
Input file:Standard input   Memory limit:512 Mb
Output file:Standard output  

Statement

Elephant Pakhom is a novice developer. Pakhom's first task at his new workplace is to develop a program for removing personal data from text composed of Latin alphabet letters, digits, and spaces.

Personal data in this context consists of two consecutive numbers separated by a space, where the first number comprises four digits, and the second number comprises six digits (passport series and number, respectively). They need to be replaced with the character sequence "#### ******".

Pakhom smoothly handled this task. Now it's your turn.

Input format

The input contains a single line S.

Output format

Print the line S after deleting personal data.

Constraints

1 ≤ |S| ≤ 1000

Sample tests

No. Standard input Standard output
1
My passport details are 1234 533224 please do not distribute them
My passport details are #### ****** please do not distribute them
2
A826 B1234 654321 fgfgh 3333 456789s 5432 123456 0000 000000 56554 34534 2344 32456 0000 000000
A826 B1234 654321 fgfgh 3333 456789s #### ****** #### ****** 56554 34534 2344 32456 #### ******

0.085s 0.011s 13