提交时间:2025-11-08 18:13:22

运行 ID: 360445

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