#include using namespace std; int main(){ double a,b; cin >> a >> b; double s = -8.245 + 6.807*a + 7.073*b; cout << s << endl; }