| Problem | guanine | 
|---|---|
| User | JhoCyber | 
| Submission Time | 2025-02-25 09:16:15 | 
| Score | 0 | 
| Max Time | N/A | 
| Max Memory | N/A | 
Owl Get a Life
 guanine.cpp: In function ‘int32_t main()’:
guanine.cpp:23:17: error: ‘commad’ was not declared in this scope; did you mean ‘command’?
   23 |         else if(commad == "QUERY"){
      |                 ^~~~~~
      |                 command
guanine.cpp:31:48: error: no matching function for call to ‘std::deque<int>::erase(std::_Deque_iterator<int, int&, int*>::_Self, std::deque<int>::reverse_iterator)’
   31 |             a.erase(a.begin()+id+1, a.rbegin() );
      |                                                ^
In file included from /usr/include/c++/9/deque:67,
                 from /usr/include/x86_64-linux-gnu/c++/9/bits/stdc++.h:68,
                 from guanine.cpp:1:
/usr/include/c++/9/bits/stl_deque.h:1807:7: note: candidate: ‘std::deque<_Tp, _Alloc>::iterator std::deque<_Tp, _Alloc>::erase(std::deque<_Tp, _Alloc>::const_iterator) [with _Tp = int; _Alloc = std::allocator<int>; std::deque<_Tp, _Alloc