摘要:
// 实验二.cpp : Defines the entry point for the console application.//#include "stdafx.h"#include <stdio.h>#include <math.h>int main(int argc, char* argv 阅读全文
摘要:
#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 阅读全文