12
z
已练习,看答案
求答案
阶段考核难吧
damn
0
1
{:7_112:}
1111
1
0:10
1:11
2:a=5
3:14
4:z=x>0?x:-x;
5:
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);
0. 10个
1. 10个
2. a!
3. a = 14, b = 5, c = 9
4.
z = x < 0 ? +x : x
5.
A:
if (size > 12)
{
cost *= 1.05;
flag = 2;
}
else
{
bill = cost * flag;
B:
if (ibex > 14)
{
sheds = 3;
}
else
{
sheds = 2;
help = 2 * sheds;
}
121355
1
答案
开始
好评!
1
1