摘要: #include "stdio.h"#include "stdlib.h"#include "time.h"#include "windows.h" void main(){ srand(time(NULL)); int num = rand()%3; char name[3][7] = {"张三" 阅读全文
posted @ 2017-12-28 13:54 laoluoits 阅读(6518) 评论(0) 推荐(0) 编辑