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