单选题 有以下程序 #include #define S(x)4*(x)*x+1 main() { intk=5,j=2; printf("%d/n",S(k+j)); } 程序运行后的输出结果是
【正确答案】 B
【答案解析】