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