#abc154b. [abc154_b]I miss you...
[abc154_b]I miss you...
Problem Statement
Given is a string . Replace every character in with x
and print the result.
Constraints
- is a string consisting of lowercase English letters.
- The length of is between and (inclusive).
Input
Input is given from Standard Input in the following format:
Output
Replace every character in with x
and print the result.
Sample Input 1
sardine
Sample Output 1
xxxxxxx
Replacing every character in with x
results in xxxxxxx
.
Sample Input 2
xxxx
Sample Output 2
xxxx
Sample Input 3
gone
Sample Output 3
xxxx