Problem parallelogramisation
User Red123
Submission Time 2025-08-13 14:56:35
Score 0
Max Time N/A
Max Memory N/A

Compile Error

parallelogramisation.cpp: In function ‘int main()’:
parallelogramisation.cpp:22:19: error: no match for call to ‘(std::deque<long long int>) (int)’
22 | cout << deque(0);
| ^
parallelogramisation.cpp:23:4: error: ‘deck’ was not declared in this scope
23 | deck.pop_front();
| ^~~~