D,P = map(int, input().split()) ans = D*P//100+D print(ans)