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