赞题库-背景图
单项选择题

有以下程序
#include<stdio.h>
#define N 2
#define M N+1
#define NUM(M+1)*M/2
main()
printf("%d\n",NUM);
程序运行后的输出结果是______。

A.8
B.4
C.9
D.6