摘要: #include "stdio.h" #include "stdlib.h" #include "time.h" int main() { int i; char a, b; srand((unsigned)time(NULL)); a = 6; b = rand() % 6 + 1; for (i = 1; i = 7 && a <= 13) ... 阅读全文
posted @ 2019-03-24 21:29 王祉 阅读(181) 评论(0) 推荐(0) 编辑