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