a, b = map(int, input().split()) print(50 * a + 250 * a // (4 + b))