I miss you...

AtCoder
IDabc154_b
Time2000ms
Memory256MB
Difficulty
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: $S$ [samples]
Samples
Input #1
sardine
Output #1
xxxxxxx

Replacing every character in $S$ with `x` results in `xxxxxxx`.
Input #2
xxxx
Output #2
xxxx
Input #3
gone
Output #3
xxxx
API Response (JSON)
{
  "problem": {
    "name": "I miss you...",
    "description": {
      "content": "Given is a string $S$. Replace every character in $S$ with `x` and print the result.",
      "description_type": "Markdown"
    },
    "platform": "AtCoder",
    "limit": {
      "time_limit": 2000,
      "memory_limit": 262144
    },
    "difficulty": "None",
    "is_remote": true,
    "is_sync": true,
    "sync_url": null,
    "sign": "abc154_b"
  },
  "statements": [
    {
      "statement_type": "Markdown",
      "content": "Given is a string $S$. Replace every character in $S$ with `x` and print the result.\n\n## Constraints\n\n*   $S$ is a string consisting of lowercase English letters.\n*   The length of $S$ is between $1$ ...",
      "is_translate": false,
      "language": "English"
    }
  ]
}
Full JSON Raw Segments