Problem card
User eliasxyz
Submission Time 2025-05-26 19:53:37
Score 0
Max Time N/A
Max Memory N/A

Compile Error

card.cpp: In function ‘int main()’:
card.cpp:19:17: error: ‘class std::vector<char>’ has no member named ‘push_front’
19 | dna.push_front(x);
| ^~~~~~~~~~