#include<bits/stdc++.h> using namespace std; int main() { int a,b,c; double e; cin>>a>>b>>c; e=(a+b+c)/3; cout<<"278"<<endl; cout<<"92.7"; }