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