看
0.0
0.100
1.10
2.a,b,c
3.a=14,c=9,b=5
4.if(x>=0)
z=x;
else
z=-x;
5.
A.if(size>12)
{
cost=cost*1.05;
}
bill=cost*flag;
B.if
{
sheds=3;
}
sheds=2;
help=2*sheds;
C.if
{
stage2:
}
ok
{:5_109:}
看看答案
学习
小甲鱼冲鸭!!!
回复
wow
看看答案
............
思考不懂
朕想知道
答案
朕想知道
0
本帖最后由 lingdjim 于 2019-11-6 13:34 编辑
0.90
1.10
2.c=5
3.14 5 9
4. z = x > 0 ? x : -x
5.
1.{
cost = cost * 1.05;
flag = 2;
}
bill = cost * flag;
2.{
sheds = 3;
}
else
{
sheds = 2;
}
help = 2 * sheds;
3.
do
scanf("%d",&score);
if(score>0)
{
count++;
}
while(score > 0)
printf("count = %d\n",count);
。
小甲鱼快出第二季!!!我要寄刀片了