单项选择题

以下程序的输出结果是______。
#include<stdio.h>
main()
int a=200;
#define a 100
printf("%dd",

A.;
#
B.200 200