填空题 执行以下程序的输出结果是______。
#include
#define M 5
#define N M+M
main()
int k;
k=N*N*5; printf("%d/n",k);


  • 1、
【正确答案】 1、55    
【答案解析】