Problem | gift |
---|---|
User | AustinPi |
Submission Time | 2024-05-15 17:14:55 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
gift.cpp: In function ‘int main()’:
gift.cpp:10:9: error: ‘class std::vector<long long int>’ has no member named ‘push_front’
10 | inp.push_front(c);
| ^~~~~~~~~~
gift.cpp:13:13: error: ‘class std::vector<long long int>’ has no member named ‘push_front’
13 | inp.push_front(c);
| ^~~~~~~~~~