摘要: #include<stdio.h>#include<stdlib.h>#include<time.h>int main(){ int i,d; int max=0; int b=0; int c [1200]; srand(time(NULL)); for(i=0;i<1200;i++) { d=r 阅读全文
posted @ 2018-10-14 17:05 3abc03 阅读(110) 评论(0) 推荐(0)