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