#!/usr/bin/env python indat = [float(x) for x in input().split()] ans = indat[0] + indat[0] * indat[1] * 0.01 print(int(ans))