摘要: https://www.cnblogs.com/lykkk/p/10520070.html #include "stdint.h"#include "memory.h"static inline int bits(size_t a){ unsigned int l, h; h = a >> 32; 阅读全文
posted @ 2021-07-15 14:26 zJanly 阅读(511) 评论(0) 推荐(0)