Run ID:104381

提交时间:2025-01-04 20:30:28

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