摘要: 读一手5张牌,并将其分类 //Classifies a pocker hand. #include<stdio.h> #include<stdbool.h> #include<stdlib.h> #define NUM_RANKS 13 #define NUM_SUITS 4 #define NUM 阅读全文
posted @ 2016-01-31 13:36 德意志骨科专家 阅读(241) 评论(0) 推荐(0)