Run ID:110269

提交时间:2025-02-15 16:43:18

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