#!/usr/bin/python # -*- coding: utf-8 -*- import math D, r = map(int, raw_input().split()) tmp = str(D * (r * 0.01 + 1)) print tmp[0:tmp.find(".")]