{"problem":{"name":"Six Characters","description":{"content":"You are given a string $S$ consisting of lowercase English characters. The length of $S$ is between $1$ and $3$, inclusive. Print the string of length $6$ that is a repetition of $S$. It can be shown ","description_type":"Markdown"},"platform":"AtCoder","limit":{"time_limit":2000,"memory_limit":262144},"difficulty":"None","is_remote":true,"is_sync":true,"sync_url":null,"sign":"abc251_a"},"statements":[{"statement_type":"Markdown","content":"You are given a string $S$ consisting of lowercase English characters. The length of $S$ is between $1$ and $3$, inclusive.\nPrint the string of length $6$ that is a repetition of $S$.\nIt can be shown that there uniquely exists such a string under the Constraints of this problem.\n\n## Constraints\n\n*   $S$ is a string consisting of lowercase English characters of length between $1$ and $3$, inclusive.\n\n## Input\n\nInput is given from Standard Input in the following format:\n\n$S$\n\n[samples]","is_translate":false,"language":"English"}],"meta":{"iden":"abc251_a","tags":[],"sample_group":[["abc","abcabc\n\nThese are strings that are repetitions of $S = $ `abc`: `abc`, `abcabc`, `abcabcabc`, `abcabcabcabc`, and so on. Among them, `abcabc` has the length of $6$, so `abcabc` should be printed."],["zz","zzzzzz"]],"created_at":"2026-03-03 11:01:14"}}