未知题型

编程求 1+1/3+1/5+...+1/51 的值,并显示出来

【参考答案】

#include"stdio.h" void main() { int i; float sum=0,t=1; /* 定......

(↓↓↓ 点击下方‘点击查看答案’看完整答案 ↓↓↓)