填空题
以下程序的输出结果是 【19】 。 #include <stdio.h> #define M 5 #define N M+M main0 { int k; k = N’N*5; printf("%d\n",k); }