#include #include using namespace std; int main(){ double v; int t; cin >> v >> t; printf("%.0f\n",v*t); return 0; }