摘要: memset( 数组名称, x, sizeof (数组名称)) 若数组为int型 x∈{0, 1} 亦或 定义数组时: int a[num] = {0} 阅读全文
posted @ 2019-09-14 10:37 FirwoodLin 阅读(126) 评论(0) 推荐(0) 编辑