0
已采纳
头文件
#include<iostream>
#include<cstdio>
#include<cmath>
核心
double a,b,c,d;
cin>>a>>b;
c=a*b-16;
d=sqrt(c);
printf("%.1f",d);
0
0
0
0
