单项选择题以下程序的输出结果是______。 main() int a[3][3]=1,2,3,4,5,6,i,j,s=0; for(i=0;i<3;i++) for(j=0;j<=i;j++) s+=a[i][j]; printf( %d n ,s);
单项选择题SA方法是一种______。