提交时间:2024-01-07 16:04:46

运行 ID: 34555

a,b,c=map(int,input().split()) d=((b-a)*(c-1)+1) print(d)