#include int main() { int d,p; int price; scanf("%d%d",&d,&p); price=d*(100+p)/100; printf("%d",price); return 0; }