摘要: #includetypedef struct NODE { int data; struct NOdE* next;}Node;v... 阅读全文
posted @ 2021-01-06 20:46 nepu_bin 阅读(195) 评论(0) 推荐(0)
摘要: #includevoid Check(int* p, int m, int n) //数组计数每个数对应的因子个数{ int i,... 阅读全文
posted @ 2021-01-06 12:55 nepu_bin 阅读(3200) 评论(0) 推荐(0)
摘要: 判断方法:当 1 用整型int存储之后赋值给char,再经判断可知是数据的存储方式 (巧妙运用了联合的存储特性:联合体的成员从低... 阅读全文
posted @ 2021-01-06 12:08 nepu_bin 阅读(130) 评论(0) 推荐(0)