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