提交时间:2026-01-18 20:19:22

运行 ID: 82995

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