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