2019 3 27 作业
摘要:
#include "stdlib.h"#include "stdio.h"#include "time.h" int main(int argc, char* argv[]){ int i; char c,gu; srand((unsigned)time(NULL)); gu=rand()%6+32 阅读全文
posted @ 2019-03-27 21:33 XCJungle 阅读(140) 评论(0) 推荐(0)