Run ID:91241

提交时间:2024-09-21 14:00:49

a=input().split() a1=int(a[0]) a2=int(a[1]) n=int(a[2]) print((a2-a1)*n)