我想知道
666666666666666666
0
{:5_90:}
111
1
回
回复
学习下
{:5_102:}
打卡
赶紧跟进~!~!~!
hh
对答案
一个都不会……
难
回复
0.很多个
1. 10个
2. a,b,c
3. a=(3,4,9,15), b=5, c=10
4.x>0 ? z=x : z=-x
5. if(size>12){cost=cost*1.05, flag=2};else{bill=cost*flag};
if(ibex>14){sheds=3}; else{sheds=2;help=2*sheds};
readin:scanf("%d",&score); if(score<0){printf("count=%d\n",count);} else{count++; scanf("%d",&score);}
哇哇
0.100
1.11
2.a,b,c
3.15.5,10
4.if(x>=o){z=x;}else{z=-x;}
5.if (size > 12)
{
cost = cost * 1.05;
flag = 2;
}
bill = cost * flag;
B:if (ibex > 14)
{
sheds = 3;
}
sheds = 2;
help = 2 * sheds;
C:
if (score < 0)
{
printf("count = %d\n", count);
}
count++;
goto scanf("%d", &score);