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