100 atcoder#ABC154B. [ABC154B] I miss you...

[ABC154B] I miss you...

Score : 200200 points

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.

sardine
xxxxxxx

Replacing every character in SS with x results in xxxxxxx.

xxxx
xxxx
gone
xxxx