Python
几何平均 标签描述

计算输入a和b的几何平均值。两个数字的几何平均值是ab的平方根。 importjava.util.; importjava.io.; importjava.math.; / Auto-generatedcodebelowaimsathelpingyouparse thestandardinputaccordingtotheproblemstatement. / classSolution{ publicstaticvoidmain(Stringargs[]){ Scannerin=newScanner(System.in); inta=in.nextInt(); intb=in.next...