0.100个A
1.10个B
2.a
3.a = 12,b = 3,c = 8
4.z = x < 0? (-x):x
5.if(size > 12)
{
cost = cost * 1.05;
flag = 2
}
bill = cost * flag;
1
123
haha
0.100个
1.11个
2.a,b,c都i是l-value
3.a,b,c的值都为11
4.z=x>0?x:-x
5.Aif(size == 13)
{
cost = cost *1.05;
flag = 2;
}
else
{
bill = cost * flag;
}
0、100个
1、10
2、5,c,b
3、a=14,b=4,c=9
4、z = x >= 0? x; -x
5、
A、
int flag = 2;
if (size > 12)
{
cost = cost * 1.05;
}
bill = cost * flag;
B、
int sheds;
if (ibex >14)
{
sheds = 3;
}
sheds = 2;
help = 2 * sheds;
C、
reddin:scanf
看不懂
111111111111
好好学习天天向上
53153
1
1
答案
{:7_146:}
j
答案
1
回复查看
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);