| Problem | card |
|---|---|
| User | eliasxyz |
| Submission Time | 2025-05-26 19:59:32 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
card.cpp: In function ‘int main()’:
card.cpp:27:8: error: ‘sliced_front’ was not declared in this scope
27 | dna=sliced_front(dna.begin()+y+1, dna.end());
| ^~~~~~~~~~~~
card.cpp:32:8: error: ‘sliced_back’ was not declared in this scope
32 | dna=sliced_back(dna.begin(), dna.begin()+y);
| ^~~~~~~~~~~