通过海量题库、编程比赛和实时排名,系统化提升您的编程能力。
若有以下程序
#define S(x) x*x #define T(x) S(x)*s(x) main() { int k=5, j=2; printf("%d,%d\n",S(k+j),T(k+j)); }
则程序的输出结果是