摘要: #include#include#include #include #include char fuhao(){ int xuanzhe; time_t t; srand((unsigned)time(&t)); xuanzhe=rand()%4+1; switch(xuanzhe) ... 阅读全文
posted @ 2015-03-26 13:36 22邵家文 阅读(215) 评论(1) 推荐(0)