单项选择题

下面的程序输出结果是( )。
#define U 5
#define V U+1
#define W V*V/2
main()
printf("%d ",W);
printf("%d",5*W);

A.18 72
B.10.5 52.5
C.10.5 25.5
D.10 30