1
学习打卡
111
123
0.10个
1.不打印B
2.a b c
3.a =14,b = 5,c = 9
4.
5.A:if(size > 12)
{
cost = cost * 1.05;
flag = 2;
}
else
{
bill = cost * flag;
}
B: if(ibex>14)
{
sheds = 3;
}
sheds = 2;
help = 2 * shends;
C: if(score < 0)
{
printf("count = %d\n",count);
}
count++;
scanf("%d",&score);
打哪
{:10_257:}
{:5_100:}
1
1
我这么菜怎么办
1
‘
66666666666
核对答案
k
{:5_90:}
100
10
a,b,c
c = x > (-x) ? x : (-x);
123
1