提交时间:2021-05-01 17:33:41

运行 ID: 18896

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