节约时间
回复看隐藏
第一题100个A
16
1
123
0
00.0
答案
..
1
0.100个
1.10个
2.a,b,c
3.a = 14,b = 4,c = 9
4.x > 0 ? z = x : z = - x
5.Aif (size > 12)
{
cost = cost * 1.05;
flag = 2;
}
bill = cost * flag;
Bif (ibex > 14)
{
sheds = 3;
}
sheds = 2;
help = 2 * sheds;
C
if (score < 0)
{
printf("count = %d\n", count);
}
count++;
scanf("%d", &score);
df
已完成
a
哈哈
1
1
答案