Problem parallelogramisation
User xragon
Submission Time 2024-12-11 16:43:32
Score 0
Max Time N/A
Max Memory N/A

Compile Error

parallelogramisation.cpp: In function ‘int main()’:
parallelogramisation.cpp:13:7: error: ‘class std::deque<long long int>’ has no member named ‘pushback’; did you mean ‘push_back’?
13 | dq.pushback(v);
| ^~~~~~~~
| push_back
parallelogramisation.cpp:17:3: error: expected ‘}’ before ‘else’
17 | else if (t == 3) {
| ^~~~
parallelogramisation.cpp:15:20: note: to match this ‘{’
15 | else if (t == 2) {
| ^