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