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