#D8549. I miss you...

    ID: 7102 Type: Default 2000ms 1073MiB

I miss you...

I miss you...

Given is a string S. Replace every character in S with x and print the result.

Constraints

  • S is a string consisting of lowercase English letters.
  • The length of S is between 1 and 100 (inclusive).

Input

Input is given from Standard Input in the following format:

S

Output

Replace every character in S with x and print the result.

Examples

Input

sardine

Output

xxxxxxx

Input

xxxx

Output

xxxx

Input

gone

Output

xxxx

inputFormat

Input

Input is given from Standard Input in the following format:

S

outputFormat

Output

Replace every character in S with x and print the result.

Examples

Input

sardine

Output

xxxxxxx

Input

xxxx

Output

xxxx

Input

gone

Output

xxxx

样例

sardine
xxxxxxx