维生素C缺乏症称为_____。
坏血病
扫描二维码免费使用微信小程序搜题/刷题/查看解析。
版权声明:本文由翰林刷题小程序授权发布,如需转载请注明出处。
本文链接:https://doc.20230611.cn/post/1006595.html
上一篇:按照内容分类的文学童话的主要内容是()
下一篇:int fun(int m) { static int n=1; ++m; n++; return(m+n); } void main() { int a,b; a=fun(0);b=fun(10); printf("a=%d,b=%d\n",a,b); }