#include using namespace std; int main() { double v; int t; cin >> v >> t; cout << (int)(v * t + 1e-8) << endl; }