print(input(), end='') T = input() N = int(input()) for _ in range(N): print('_', T, sep='', end='') print(end='')