define. define定义常量. #define NUM 1000//定义常量 int main() { int a = NUM; printf("%d\n", a); return 0; }. 在这里插入图片描述 ...
確定! 回上一頁