有以下程序段,其运行结果是( )。Int i,j;For(i=3;i>=1;i--){for(j=1;j<=2;j++)Printf("%d",i+j);Printf("\n");}
A.2 3 4
B.4 3 2
C.2 3
D.4 5
正确答案是D