#AT1506. B - I miss you...
B - I miss you...
B - I miss you...
Score : $200$ points
Problem Statement
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:
Output
Replace every character in $S$ with x
and print the result.
sardine
xxxxxxx
Replacing every character in $S$ with x
results in xxxxxxx
.
xxxx
xxxx
gone
xxxx