n,p = map(int,input().split()) print(n + n*p//100)