摘要: #include<stdio.h>#include<string.h>#include<stdlib.h>#include<time.h>#define ARRAY_SIZE 1000int buf[ARRAY_SIZE];int main(){ int i,j,n; srand((unsigned 阅读全文
posted @ 2016-05-03 20:59 zeroArn 阅读(106) 评论(0) 推荐(0)