2. int main(){ double a=9.0,b=8.0,c=9.0; printf("%.2f",sqrt(a+b*c)); }(技藝競賽程式組 107)(A)8.00(B)9.00(C)10.00(D)81.00