aaa,bbb = map(int, raw_input().split(" ")) print aaa + int(aaa*(float(bbb)/100))