单项选择题有以下程序: #include<stdio.h> main() int i,j; for(i=3;i>=1;i--) for(j=1;j<=2;j++)printf( %d ,i+j); printf( n ); 程序运行的结果是______。
单项选择题下列描述中正确的是______。