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