| Problem | guanine |
|---|---|
| User | R9q5P8 |
| Submission Time | 2026-01-16 15:08:45 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
guanine.cpp: In function ‘int main()’:
guanine.cpp:14:10: error: ‘a’ was not declared in this scope
14 | cin >> a >> v;
| ^
guanine.cpp:21:33: error: invalid operands of types ‘<unresolved overloaded function type>’ and ‘int’ to binary ‘operator+’
21 | dq.erase(dq.begin(), dq.begin+v);
| ~~~~~~~~^~
| | |
| | int
| <unresolved overloaded function type>
guanine.cpp:23:21: error: invalid operands of types ‘<unresolved overloaded function type>’ and ‘int’ to binary ‘operator+’
23 | dq.erase(dq.begin+v, dq.end());
| ~~~~~~~~^~
| | |
| | int
| <unresolved overloaded function type>