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