摘要: 阅读全文
posted @ 2019-04-11 15:08 201821430008 阅读(80) 评论(0) 推荐(0)
摘要: #include "stdlib.h"#include "stdio.h"#include "time.h"int main(){int i;char c,gu;srand((unsigned)time(NULL));c=6;gu=rand()%15+33;for(i=1;i<=100;i++){c 阅读全文
posted @ 2019-03-27 21:30 201821430008 阅读(114) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2019-03-07 13:00 201821430008 阅读(80) 评论(0) 推荐(0)