首页
编程
java
php
前端
首页
编程
java
php
前端
编写函数,计算给定公式
double
fun
(int m)
{ double s=
0
; int i=
2
;
for
(;i<=m+
2
;i++) s +=
1.0
/i;
return
s; }
点击展开全文