「模板」 随机遍历数组

#include <iostream> #include <cstdlib> // srand rand #include <ctime> // time #include <algorithm> using namespace std; /** * 随机遍历数组 */ void Traverse_Random(int arr[], int n) { srand(time(NULL))
相关文章
相关标签/搜索