#include using namespace std; int main(){ long long a,b,c; cin>>a>>b>>c; cout<<(a+b)*c; return 0; }
使用您的 aoj 通用账户