# -*- coding: utf-8 -*- D,P = map(int, input().split()) price = D * (100+P) // 100 print(price)