摘要: // 实验二.cpp : Defines the entry point for the console application.//#include "stdafx.h"#include <stdio.h>#include <math.h>int main(int argc, char* argv 阅读全文
posted @ 2019-04-25 15:31 Kin23 阅读(137) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2019-04-11 15:21 Kin23 阅读(115) 评论(0) 推荐(0) 编辑
摘要: #include <stdio.h>#include <stdlib.h>#include <time.h>int main(){ int i; char c,gu; srand((unsigned)time(NULL)); c=6; gu=rand()%6+1; for (i=1;i<=100;i 阅读全文
posted @ 2019-03-28 12:26 Kin23 阅读(118) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2019-03-03 21:37 Kin23 阅读(595) 评论(0) 推荐(0) 编辑