bugfix
This commit is contained in:
@@ -81,7 +81,7 @@ main(int argc, char *argv[])
|
|||||||
int num = vm["num"].as<int>();
|
int num = vm["num"].as<int>();
|
||||||
const int NumCards = 52;
|
const int NumCards = 52;
|
||||||
|
|
||||||
for(int i=0; i<=num;i++){
|
for(int i=0; i<num;i++){
|
||||||
// shuffle cards
|
// shuffle cards
|
||||||
int cardsArray[NumCards] = {
|
int cardsArray[NumCards] = {
|
||||||
0, 1, 2, 3, 4, 5, 6, 7, 8, 9,
|
0, 1, 2, 3, 4, 5, 6, 7, 8, 9,
|
||||||
|
|||||||
Reference in New Issue
Block a user