t,s = map(int,input().split()) total=(t*s//100)+t print(total)