# -*- coding: utf-8 -*- import math d,p = map(int,input().split()) print(math.floor(d + d * p / 100))