//有一分数序列 2/1,3/2,5/3,8/5,13/8,21/13,求出这个数列的前20项和
#include
using namespace std;
void main(){
float a1=2,a2=3,b1=1,b2=2;
int i;
double s;
for(i=1;i
人气:441 ℃ 时间:2020-02-03 14:55:56
解答
#include <iostream>using namespace std; int main(){ int a1=2,a2=3,b1=1,b2=2; int n,an,bn; &nbs...
推荐
- C 语言 急
- Believe in oneself,don't be excited foolhardiness.But to oneself behaviour in normal times make out
- 假设函数fx为奇函数,F1=2分之1,F[X+2]=F[X]+F[2],则F5等于
- (2):在()里填上适当的整数或分数.
- 求一氯丁烯的同分异构体,
- 爸爸在百货商店给你买了一双运动鞋.回家后,你发现不合脚.
- 若方程2x^-3x-1=0的两根为x1和x2,不解方程求x1^4+x2^4的值
- 定价为900元的商品,打九折后再让利40元,仍可获利10%,求进价
猜你喜欢