「模板」 隨機遍歷數組

#include <iostream> #include <cstdlib> // srand rand #include <ctime> // time #include <algorithm> using namespace std; /** * 隨機遍歷數組 */ void Traverse_Random(int arr[], int n) { srand(time(NULL))
相關文章
相關標籤/搜索