#include using namespace std; int main(){ double a,b,c,d,e; int f; cin>>a>>b; c=50*a; d=0.8+(0.2*b); e=c/d; f=c; f+=e; cout<