#include<bits/stdc++.h> using namespace std; int main() { double a,b,c; a=8.0/3; a=51+2*5; cout<<a; }