#include<bits/stdc++.h> using namespace std; int main(){ cout<<fixed<<setprecision(2)<<1.0*(8+12)*9/2; return 0; }