c语言基础问题

日期:2021-04-29 14:34:13 人气:1

c语言基础问题

#define MAX_MUM 100+200
在int nTemp=MAX_NUM*10中翻译过来就是int nTemp=100+200*10 结果呢?
    A+
热门评论