Problem card
User BigBackAdrino
Submission Time 2026-06-29 21:33:02
Score 0
Max Time N/A
Max Memory N/A

Compile Error

card.cpp: In function ‘int main()’:
card.cpp:19:21: error: ‘class std::vector<int>’ has no member named ‘pop_front’
19 | num.pop_front(); // O(1) time complexity
| ^~~~~~~~~