# coding: utf-8 # Here your code ! a,b=[int(i) for i in input().split()] print(int(50*a + 50*a / (0.8 + 0.2 * b)))