{"raw_statement":[{"iden":"problem statement","content":"Given is a string $S$. Replace every character in $S$ with `x` and print the result."},{"iden":"constraints","content":"*   $S$ is a string consisting of lowercase English letters.\n*   The length of $S$ is between $1$ and $100$ (inclusive)."},{"iden":"input","content":"Input is given from Standard Input in the following format:\n\n$S$"},{"iden":"sample input 1","content":"sardine"},{"iden":"sample output 1","content":"xxxxxxx\n\nReplacing every character in $S$ with `x` results in `xxxxxxx`."},{"iden":"sample input 2","content":"xxxx"},{"iden":"sample output 2","content":"xxxx"},{"iden":"sample input 3","content":"gone"},{"iden":"sample output 3","content":"xxxx"}],"translated_statement":null,"sample_group":[],"show_order":["default"],"formal_statement":null,"simple_statement":null,"has_page_source":true}