#!/usr/bin/python # -*- coding: utf-8 -*- import math D, r = map(int, raw_input().split()) print int(math.floor(D * (r * 0.01 + 1)))