#include <bits/stdc++.h> using namespace std; int main(){ int a,b,n; cin>>a>>b>>n; cout<<a+(n-1)*(b-a); }