a,b = map(int,input().split()) tax = a*b//100 print(a+tax)