atcoder#ABC251A. [ABC251A] Six Characters
[ABC251A] Six Characters
Score : points
Problem Statement
You are given a string consisting of lowercase English characters. The length of is between and , inclusive.
Print the string of length that is a repetition of .
It can be shown that there uniquely exists such a string under the Constraints of this problem.
Constraints
- is a string consisting of lowercase English characters of length between and , inclusive.
Input
Input is given from Standard Input in the following format:
Output
Print the answer string, which is of length .
abc
abcabc
These are strings that are repetitions of abc
: abc
, abcabc
, abcabcabc
, abcabcabcabc
, and so on.
Among them, abcabc
has the length of , so abcabc
should be printed.
zz
zzzzzz