#include<bits/stdc++.h> using namespace std; int main(){ cout<<97+98+83<<endl; cout<<fixed<<setprecision(1)<<1.0*(97+98+83)/3; return 0; }