#include using namespace std; typedef long long ll; int main() { double v, t; cin>>v>>t; cout << int(v*t) << endl; return 0; }