题解列表

筛选

用指针访问数组

摘要:```c #include int insert (int *p,int *b); int insert (int *p,int *b) { int i,j; for……