首页
编程
java
php
前端
首页
编程
java
php
前端
c语言,数组,问题输出坐下半角
int arr[4][4];
for(int i=0;i<4;i++)
for(int j=0;j<i;j++)
点击展开全文