N, K = map(int, input().split()) def f(N, K): return 50 * N + 50 * N / (0.8 + 0.2 * K) print(f(N,K))