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