dadada
0.10
1.10次
2.a 、b 、c
3.b = 3, c = 9, a = 14
4.if ( x >= 0)
{
z = x;
}
if ( x < 0)
{
z = -x;
}
5.A.
if (size > 12)
{
cost = cost * 1.05;
flag = 2;
}
bill = cost * flag;
B.
if ( ibex > 14)
{
sheds = 3;
}
else
{
sheds = 2;
}
help = 2 * sheds;
C.
readin :scanf("%d", &score);
if (score < 0)
{
printf("count = %d\n", count)
}
count++;
printf("%d\n", readin);
1
回复
答案
朕想知道
daan
5
1
jio
干就完了
1
111
0.10次
1.9次
2.c=5
3.5,5,4
4.x<0?:x,-x
5.
tuzi
真想知道呀
鱼c哥666
哈哈
1
s