#include using namespace std; typedef long long ll; int main() { int a, b; cin>>a>>b; cout << 50*a+500*a/(8+2*b) << endl; return 0; }