Problem casino
User Soysauce
Submission Time 2024-04-05 09:46:59
Score 0
Max Time N/A
Max Memory N/A

Compile Error

casino.cpp:14:16: error: ‘Hand’ was not declared in this scope; did you mean ‘rand’?
14 | vector<Hand> player;
| ^~~~
| rand
casino.cpp:14:20: error: template argument 1 is invalid
14 | vector<Hand> player;
| ^
casino.cpp:14:20: error: template argument 2 is invalid
casino.cpp:15:9: error: ‘Hand’ does not name a type; did you mean ‘rand’?
15 | Hand dealer;
| ^~~~
| rand
casino.cpp:16:9: error: ‘Deck’ does not name a type
16 | Deck deck;
| ^~~~
casino.cpp: In member function ‘void Game::start()’:
casino.cpp:28:17: error: ‘Hand’ was not declared in this scope; did you mean ‘rand’?
28 | Hand newHand;
| ^~~~
| rand
casino.cpp:29:17: error: ‘newHand’ was not declared in this scope
29 |