摘要: #include "stdio.h"#include "time.h"#include "stdlib.h"int a[8];void Init(){ srand((unsigned)time(NULL)); int i = rand()%9-1; for(int j =0;j<8;j++) a[... 阅读全文
posted @ 2012-09-25 20:02 缺少主人公 阅读(284) 评论(0) 推荐(0)