from math import floor a,b = map(int,input().split()) pl = 100/b print(floor(a + a/pl))