s,e,N = input().split(" ") if int(N)<=1: print(-1) else: print(s+'a'*(int(N)-2)+e)