#include #include #include using namespace std; int main() { int t,ans; float v; cin >> v >> t; ans = v * t; printf("%d\n",ans); return 0; }