Problem | gift |
---|---|
User | AustinPi |
Submission Time | 2024-05-15 17:14:25 |
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);
| ^~~~~~~~~~
gift.cpp:19:14: error: expected ‘;’ before ‘}’ token
19 | cout << d
| ^
| ;
20 | }
| ~