【經典程序段】模擬撲克發牌

#include <iostream> #include<stdlib.h> #include<time.h> using namespace std; int n,r,i,j,k; int a[100]; string MZ=" A 2 3 4 5 6 7 8 910 J Q K"; char HS[4]= {6,3,5,4}; int main() { for (i=0; i<=51
相關文章
相關標籤/搜索