嗯
我要看
。
0.10
想看答案
对答案
0.10
1.9?
2.a
3.a=16,b=6,c=10
4.(x>=0)?z=x:z=-x;
5.
支持呀
答案、
1111
yep
0.10
1.0
2.a,b,c
3. 14,3,9
4.if (x>=0) z=x ; else z=-x
5.
{:10_264:}
1
打卡
0. 请问下边代码将打印多少个 'A'?
10个
1. a,b,c,d
2.
a=14b= 5 c=9
3. z = a>=0? a:-a
4.
A: if (size > 12)
{
cost = cost * 1.05;
flag = 2;
}
bill = cost * flag;
B: if (ibex > 14)
{
sheds = 3;
}
sheds = 2;
help = 2 * sheds;
C:
readin: scanf("%d", &score);
if (score < 0)
{
printf("count = %d\n", count);
}
count++;
scanf("%d", &score);
1
1
1
小甲鱼