[Assembly_Training] Loop 5

View as PDF

Points: 100 Time limit: 1.0s Memory limit: 256M Input: stdin Output: stdout

Input

  • Một dòng duy nhất chứa xâu \(s\) chỉ gồm các kí tự la tinh thường, độ dài xâu \(s\) không quá \(100\)

Output

  • In ra \(5\) dòng, mỗi dòng chứa xâu \(s\) đã cho

Example

Test 1

Input
abc
Output
abc
abc
abc
abc
abc

Comments

There are no comments at the moment.