#include using namespace std; int main() { float W,Z,B; cin >> W >> Z >> B; cout << ((int)(W+Z))*((int)(B*10+10))/10 << endl; }