input a,b S=(a+b)/2 c=SQR((a^2+b^2)/2) t=S/c print a,b end a,b均为正实数,该程序...
问题描述:
input a,b S=(a+b)/2 c=SQR((a^2+b^2)/2) t=S/c print a,b end a,b均为正实数,该程序...
input a,b
S=(a+b)/2
c=SQR((a^2+b^2)/2)
t=S/c
print a,b
end
a,b均为正实数,该程序功能是什么
输出为t
答
没杀功能
输入A,B
然后程序计算均值S
均方根C
t=均值/均方根
输出A,B
你的程序似乎没啥功能