s,e,n=gets.split n=n.to_i if n==1 then if s==e then puts s else puts -1 end else puts s*(n-1)+e end