Problem | fibo |
---|---|
User | PyAce |
Submission Time | 2025-08-21 17:31:23 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
fibo.cpp: In function ‘int main()’:
fibo.cpp:12:7: error: ‘class std::vector<long long int>’ has no member named ‘push_front’
12 | vec.push_front(i);
| ^~~~~~~~~~
fibo.cpp:16:8: error: ‘class std::vector<long long int>’ has no member named ‘pop’
16 | vec.pop()
| ^~~
fibo.cpp:18:8: error: ‘class std::vector<long long int>’ has no member named ‘pop’
18 | vec.pop()
| ^~~