inpt = map(int, raw_input().split()) d = inpt[0] p = inpt[1] print d * (100 + p) / 100