洗牌C语言typedef struct card { char suit[20]; char face[20]; }CARD;