文章 3 浏览 154
一、宏定义 #include<stdio.h> #define PI 3.14 #define MAX(x,y) (((x) > (y)) ? (x) : (y)) //高级宏定义 /** C语言的三大预处理功能: 一、…
文章 0 评论 0
接受