单项选择题

下面程序的输出结果是 ( )
#define PI 3.1415
#define ARE(x) PI*x*x
main ()
int r=2;
printf("%f",ARE(r+1));

A.28.26
B.28.260000
C.9.28
D.9.280000