random value in array

#include <stdlib.h> #include <time.h> #include <iostream> #include <string> #include <algorithm> using namespace std; void swap(int *p, int *q) { int tmp = *p; *q = *p; *p = tmp; } void fu
相關文章
相關標籤/搜索