摘要: 比较两个数的最大值: x ^ ((x ^ y) & -(x < y)) 比较两个数的最小值: x ^ ((x ^ y) & -(x > y)) 阅读全文
posted @ 2024-08-13 16:19 SSZX_loser_lcy 阅读(3) 评论(0) 推荐(0) 编辑