Problem monsters
User Dynonychus
Submission Time 2024-01-08 19:50:44
Score 0
Max Time N/A
Max Memory N/A

Compile Error

monsters.cpp: In function ‘int main()’:
monsters.cpp:94:6: error: ‘deq’ was not declared in this scope
94 | deq.push_back(fir.at(j));
| ^~~
monsters.cpp:98:9: error: ‘deq’ was not declared in this scope
98 | sort(deq.begin(), deq.end(), [](auto &l, auto &r) {
| ^~~