提交时间:2021-05-01 17:34:50

运行 ID: 18897

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