🚩 | 问题

写一个标准宏MIN,这个宏输入两个参数并返回较小的一个?

📌 | 解答

#define MIN(X,Y) (X)>(Y)?(X):(Y)

results matching ""

    No results matching ""