五
{:5_90:}
回复
1
答案
6
wwwwww
1
1
1
{:5_90:}
0.10
1.0
2.a=5 b=5 c=5
3.a=14 b=3 c=9
4.z=-x
5.
0
10
9
c
14 5 8
if(size>12)
{
cost = cost *1.05;
flag = 2;
}
else{
bill = cost8 flag;}
if (ibex > 14)
{
sheds = 3;
}
sheds = 2;
else{help = 2 * sheds;}
if (score < 0)
{
printf("count = %d\n", count);
}
count++;
scanf("%d", &score);
#include <stdio.h>
#include <math.h>
int main()
{
int n;
float a,b;
a = 10000;
b = 10000;
for(n = 1;a < b;n++)
{
a = a + 10000*0.1;
b = b * 1.05;
}
printf("%d年后,黑夜的投资额超过小甲鱼!",n);
printf("小甲鱼的投资额是%d",a);
printf("黑夜的投资额是%d",b);
}
#include<stdio.h>
int main()
{
int n;
float a = 4000000;
for(n = 1;a <= 0;n++)
{
a = a * 1.08;
a = a - 500000;
}
printf("%d年之后,小甲鱼败光了所有的家产,再次回到一贫如洗.......",n);
}
差不多差不多
1
1
.
111
1