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