list = input().split() D = list[0] P = list[1] tax = D * P // 100 print(D + tax)