Problem | casino |
---|---|
User | Soysauce |
Submission Time | 2024-04-28 13:50:46 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
casino.cpp: In function ‘void play(int, int)’:
casino.cpp:4:9: error: ‘bet’ was not declared in this scope
4 | bet(); // Place initial bet
| ^~~
casino.cpp:7:9: error: ‘vector’ was not declared in this scope
7 | vector<string> hand = check_hand(1);
| ^~~~~~
casino.cpp:7:16: error: ‘string’ was not declared in this scope
7 | vector<string> hand = check_hand(1);
| ^~~~~~
casino.cpp:7:24: error: ‘hand’ was not declared in this scope
7 | vector<string> hand = check_hand(1);
| ^~~~
casino.cpp:7:31: error: ‘check_hand’ was not declared in this scope
7 | vector<string> hand = check_hand(1);
| ^~~~~~~~~~
casino.cpp:8:25: error: ‘hand_value’ was not declared in this scope; did you mean ‘handValue’?
8 | int handValue = hand_value(1);