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