将数组中的n个数按相反顺序存放。-C++程序设计(谭浩强完整版)
将数组中的n个数按相反顺序存放。 void inv(int x[ ], int n) { int t, i, j, m=(n-1)/2; for (i=0;i
8.66MB
文件大小:
评论区