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