100 atcoder#ABC154B. [ABC154B] I miss you...
[ABC154B] I miss you...
Score : points
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.
sardine
xxxxxxx
Replacing every character in with x
results in xxxxxxx
.
xxxx
xxxx
gone
xxxx