A,B=map(int,input().split()) ans=50*A+(250*A)//(4+B) print(int(ans))