摘要: #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 22:09 GloriaB 阅读(205) 评论(0) 推荐(0) 编辑