#include #include using namespace std; int main() { short int t; float v; cin >> v >> t; int d = v*t; cout << d << endl; return 0; }