#include using namespace std; int main(){ double v,t; cin>>v>>t; int ans=v*10000*t; cout << ans/10000 << endl; }