填空题

执行以下程序的输出结果是______。
#include<stdio.h>
#define M 5
#define N M+M
main()
int k;
k=N*N*5;printf(”%d\n" ,k);

【参考答案】

55
热门 试题