当前位置: X题卡 > 所有题目 > 题目详情

要求以下程序的功能是计算s=1+1/2+1/3+…+1/10 main( ) int n; float s; s=1.0; for(n=1O;n>1;n--) s=s+1/n; pri...

查看本题答案

热门试题

更多