#include int main(){ int a,b; scanf("%d",&a); scanf("%d",&b); printf("%d\n",(long int)a*(100+b)/100); return 0;}