#include using namespace std; typedef long long ll; #define rep(i,n) for(i=0;i>v >>t; ll vv=(v+0.000001)*10000; vv*=t; printf("%lld\n",vv/10000); }