1
答案
1
兔子 1 #include <stdio.h>
2
3 int num(int m);
4
5 int num(int m)
6 {
7 int zero = 1;
8 int one = 0;
9 int two = 0;
10 int moretwo = 0;
11
12 for (int i = 1; i <= m; i++)
13 {
14 moretwo += two;
15 two = one;
16 one = zero;
17 zero =moretwo;
18 }
19 return zero + one + two + moretwo;
20 }
21
22 int main(void)
23 {
24 printf("%d\n", num(24));
25 }
学习一下
10
0
a
5,9,14
z=x>0?x:-x
b: bill = cost * flag;
{:10_266:}
11221
1
看
666
{:5_91:}
daan
感谢小甲鱼,做完对答案
666
1
asdf
做好了
{:5_91:}
0.10个
1.0
2.
3.
4.
5. if(size>12)
cost =cost*1.05;
flag=2;
else
bill=cost*flag
sheds=2
if(ibex>14)
sheds=3;
else help=2*sheds;
if score<0
printf("count =%d\n",count)