C語言—算法—小貓釣魚

實現了兩我的打牌,分別依次將牌放到桌子上,若A出的牌與桌子上的牌同樣,則A將桌子上兩張同樣的牌及其中間全部牌放到A手中,看A,B兩我的誰先打完全部牌。 #include <stdio.h> struct queue { int data[1000]; int head; int tail; }; struct stack { int top; int data[10]; }; int
相關文章
相關標籤/搜索