#abc154b. [abc154_b]I miss you...

[abc154_b]I miss you...

Problem Statement

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

Constraints

  • SS is a string consisting of lowercase English letters.
  • The length of SS is between 11 and 100100 (inclusive).

Input

Input is given from Standard Input in the following format:

SS

Output

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


Sample Input 1

sardine

Sample Output 1

xxxxxxx

Replacing every character in SS with x results in xxxxxxx.


Sample Input 2

xxxx

Sample Output 2

xxxx

Sample Input 3

gone

Sample Output 3

xxxx