题解列表

筛选

复习下数组指针

摘要:```c #include int main() { int a[3][3]; //小白一个,尝试练习一下hah int i,j; for(i=0;i……