#include using namespace std; int main() { int D,P;scanf("%d %d",&D,&P); printf("%d\n",D*P/100); }