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