Run ID:96351

提交时间:2024-11-05 19:46:03

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