huifu
0 100次
1 10
2
3 a=14,b=3,c=9
4 if(x>0){z=x;}else{z=-x;}
5 if(size>12)
{cost=cost*1.05;flag=2}else{bill=cost*flag}
if(ibex>14){sheds=3;}sheds=2;help=2*shelds;
0
1
0.100次
1.10次
2.a,b,c都是
3.a=4,b=5,c=10
4. z = x < 0 ? -x : x
5.if (size > 12)
{
cost = cost * 1.05;
flag = 2;
}
bill = cost * flag;
6.if (ibex > 14)
{
sheds = 3;
}
sheds = 2;
help = 2 * sheds;
7.if (score < 0)
{
printf("count = %d\n", count);
}
count++;
scanf("%d", &score);
1
{:10_277:}
0.无限循环
1.11
2.
3.6,5,6
4.
5.
答案
{:5_106:}
{:5_90:}
回复
0
谢谢楼主
work on!
1
对答案
·
答案
1
支持小甲鱼
1