D, P = map(int, input().split()) q = ((D * (P / 100)) // 1) + D print(int(q))