Owl Get a Life
card.cpp: In function ‘int main()’:card.cpp:30:21: error: expected ‘;’ before ‘cards’ 30 | cards.pop_front() | ^ | ; 31 | cards.push_back(second_card); | ~~~~~