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