Problem card
User Yvonne
Submission Time 2024-06-21 09:46:51
Score 0
Max Time N/A
Max Memory N/A

Compile Error

card.cpp: In function ‘void shuffleDeck(std::vector<int>&, char)’:
card.cpp:11:23: error: ‘front’ was not declared in this scope
11 | deck.pop_back(front)(deck.begin() + 1);
| ^~~~~