def main(): d, p = input().split() print(int(int(d) * (1 + int(p) / 100) + 0.000000001)) if __name__ == '__main__': main()