Score : 200 points
Given is a string S. Replace every character in S with x and print the result.
Input is given from Standard Input in the following format:
S
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