已知Rt△ABC的内心为I,∠C=90°,AC=3,BC=4,则I到斜边AB的距离为( )。
1
有一空瓶质量是15 g,装满水后总质量是60 g,则该瓶子容积是________mL;若用此空瓶装满另一种液体后总质量是69 g,则该液体的密度是________kg/m3。
以下对结构体类型变量td的定义中,错误的是______。
A) typedef struct aaint n;float m;AA;AA td;B) struct aaint n;float m;td;struct aa td;C) structint n;floatm;aa;struct aa td;D) structint n;float m;td;