1
1
11
1
#include <stdio.h>
int main()
{
int month,count = 1;
int i = 2;
for ( month = 0; month < 24; month++)
{
if ( month < 3)
{
count += 1;
}
else
{
count = count + i;
i += 1;
}
printf("%d个月后,此时有%d对兔子\n",month + 1,count);
}
count = count - 1;
printf("两年后,可以繁殖%d对兔子\n",count);
return 0;
}
。
我要对答案
look
9次
10个
a = (b=5,c=b)
晕了
不懂
if (size > 12)
{
cost = cost * 1.05;
flag = 2;
}
bill = cost * flag;
if (ibex > 14)
{
sheds = 3;
}
sheds = 2;
help = 2 * sheds;
if (score < 0)
{
printf("count = %d\n", count);
}
count++;
scanf("%d", &score;
123
22
0.81
1.0
2.
3.a=14 b=4 c=10
4.
5.
m
已完成作业
4
11
1
1
1
答案