回复查看
666
0.10
1.11
2.a,c
3.c=10
b=4
a=16
4.
x >0 || x < 0?x<0 = -z:x>0 = z
5.if (size>12)
{
cost = cost *1.05;
flag = 2
}
else
{
bill = cost *flag;
}
B.
if (ibex > 14)
{
sheds = 3;
}
sheds = 2;
else{
help = 2 * sheds;
}
C。
if (score < 0)
{
printf("count = %d\n", count);
}
count++;
readin:scanf("%d", &score);
100
10
a,b,c
9
x>0?x:-x
{:5_103:}
参考答案
12
好
0.10个
1.10个
2.c,b,a
3.a=14,b=5,c=9
4.if(x>=0){
z =x
}
else(
z =-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);
1
1
查看答案
0:应该不会打印
1:9次
2:?
3:a:?
b:6
c:16
4:?
5:
{:10_266:}好难啊
{:5_90:}
1
{:10_254:}
12664
{:10_269:}