#include using namespace std; typedef long long ll; #define rep(i,n) for(int i=0;i>v>>t; int temp=0; rep(i,4){ temp*=10; temp+=(v[i+2]-'0'); } cout<<(temp*t)/10000<