题目内容
下列程序的输出结果是( )。#include #define N 2#define M N+2#define CUBE(x) (x*x*x)int main(){int I=M;I=CUBE(I);printf("%d\n",I);return 0;}
查看答案
搜索结果不匹配?点我反馈