。
1
1
打卡
100
10
a b c
15 4 9
{:5_104:}初学好难啊
谢谢
答案
0.10
1.11
2.c
3.a==14,b==5, c==10
4.if (x>=0){
z=x;
}
else {
z=-x;
}
5.A
if .....
{
a;
}
else
{
b;
}
B.
if (......)
{
a:
b:
}
else
{
sheds =2;
b:
}
C
re.....
if .....
{st2}
else:
{c++,readin,st2}
鱼C有你更精彩^_^
感谢楼主
1
1111
回复
100
0
a
15 9 6
回家用电脑
让我先瞧瞧答案,不然一会忘了题
1
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