提交时间:2024-01-07 16:16:44

运行 ID: 34568

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