D, P = map(int, raw_input().split()) tax = D * P / 100 print D + tax