list1 = list(map(int, input().split())) D = list1[0] P = list1[1] print(D*(100+P)//100)