C語言的洗牌發牌小程序

構建一副撲克牌,並實現洗牌發牌。數組 代碼code #include <stdio.h> #include <time.h> #include <stdlib.h> #define NUM 10000 //洗牌混亂度 char color[7][7] = {"空白","紅桃","黑桃","草花","方片","小王","大王"}; // 1:紅桃 2:黑桃 3:草花 4:方片 5:小王 6:大
相關文章
相關標籤/搜索