#include<iostream> int main(){ double total=9.6*6,high,low; high=total-9.4*5; low=total-9.8*5; printf("%.1lf",(total-high-low)/4); return 0; }