老师要求的程式作业:
1.玩家a,玩家b各发5张牌
2.发牌必须为乱数发牌
3.玩家b的牌一定要有一对(但也是乱数),玩家a不一定
4.程式要能判断是否出现一对
不知道这样问题是否交待得够清楚
我有参考版上几位前辈所写的相关程式
可是现在碰到了两个问题:
1.complier有过,可是无法run
2.感觉程式东凑西凑,我也不知道跑出来会变怎样,因为我看不到结果阿......
以下是程式码,请各位高手指点一下,谢谢
#include <stdio.h>
#include <stdlib.h>
#include <time.h>
#define total 52
int pokerrandom(int [],int max); /*determine which poker can get*/
int result();
int main(void)
{
int poker;
int i, j, tmp, out,a=13,P=0,e=0;
for(i = 1; i <= total; i++) /*define the array*/
poker = i;
srand(time(0));
for(i = 1; i <= total; i++) /*give the ..
访客只能看到部份内容,免费 加入会员 或由脸书 Google 可以看到全部内容