#include using namespace std; int main() { float v,t; cin>>v>>t; cout<<(int)(v*t)<