Record Detail

Compile Error

/in/blackjack.cpp: In function 'void shuffle_deck(Deck&, Player*)':
/in/blackjack.cpp:21:43: error: too many arguments to function 'int get_cut()'
         int cut = get_cut(MIN_CUT, MAX_CUT);
                                           ^
In file included from /in/blackjack.cpp:8:0:
/in/compile/rand.h:4:5: note: declared here
 int get_cut();
     ^~~~~~~
/in/compile/Makefile:25: recipe for target 'blackjack' failed
make: *** [blackjack] Error 1

Information

Submit By
Type
Submission
Homework
Project 4
Language
C++
Submit At
2024-11-25 02:15:16
Judged At
2024-11-25 02:15:16
Judged By
Score
0
Total Time
0ms
Peak Memory
0 Bytes