Record Detail

Compile Error

/in/blackjack.cpp: In function 'int main(int, char**)':
/in/blackjack.cpp:20:32: error: 'simple__or_counting' was not declared in this scope
     play(bankroll, total_hand, simple__or_counting, sc_or_sos, deck);
                                ^~~~~~~~~~~~~~~~~~~
/in/blackjack.cpp:20:32: note: suggested alternative: 'simple_or_counting'
     play(bankroll, total_hand, simple__or_counting, sc_or_sos, deck);
                                ^~~~~~~~~~~~~~~~~~~
                                simple_or_counting
/in/blackjack.cpp:20:5: error: 'play' was not declared in this scope
     play(bankroll, total_hand, simple__or_counting, sc_or_sos, deck);
     ^~~~
/in/blackjack.cpp:20:5: note: suggested alternative: 'Player'
     play(bankroll, total_hand, simple__or_counting, sc_or_sos, deck);
     ^~~~
     Player

Information

Submit By
Type
Submission
Homework
Project 3: Blackjack
Language
C++
Submit At
2021-07-11 22:47:13
Judged At
2021-07-24 20:43:05
Judged By
Score
0
Total Time
0ms
Peak Memory
0 Bytes