题目内容
#include int main(){ int i;int x[3][3]={1,2,3,4,5,6,7,8,9};for (i=1; i<3; i++)printf("%d ",x[i][3-i]);return 0;}运行结果为:
查看答案
搜索结果不匹配?点我反馈