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