#include using namespace std; int main(){ double v;int t;cin>>v>>t; int a=v*100000; cout<<(int)(a*t/100000)<