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
相关文章
相关标签/搜索