https://www.acmicpc.net/problem/11721
word = input() for n in range(0, len(word), 10): print(word[n:n+10])