填空题

以下程序运行后的输出结果是 【7】
#include <stdio.h>
#define S(x) 4 * x * x + 1
main( )
int i=6,j=8;
prinff("% d \ n" , S( i + j) );

【参考答案】

81
热门 试题