10846: ABC154 - B - I miss you...
[Creator : ]
Description
Given is a string $S$. Replace every character in $S$ with x
and print the result.
Input
Input is given from Standard Input in the following format:
```
$S$
```
```
$S$
```
Output
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).
- The length of $S$ is between $1$ and $100$ (inclusive).
Sample 1 Input
sardine
Sample 1 Output
xxxxxxx
Replacing every character in $S$ with x
results in xxxxxxx
.
Sample 2 Input
xxxx
Sample 2 Output
xxxx
Sample 3 Input
gone
Sample 3 Output
xxxx