摘要: #include <stdio.h> #define P(func, ar, m, x) ({\ printf("%s => %d == %d\n", #func, x, func(ar, m, x));\ }) int binary_search(int *ar, int m, int x) { 阅读全文
posted @ 2021-07-15 16:34 代码附体 阅读(39) 评论(0) 推荐(0) 编辑