Run ID:89303

提交时间:2024-08-23 14:56:37

#include<iostream> using namespace std; int main(){ int a1,a2,n; cin>>a1>>a2>>n; cout<<(a2-a1)*n; }