| Problem | guanine |
|---|---|
| User | Logout |
| Submission Time | 2023-11-08 15:55:05 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
guanine.cpp: In function ‘int main()’:
guanine.cpp:13:18: error: ‘ADD_BACK’ was not declared in this scope
13 | if (command == ADD_BACK){
| ^~~~~~~~
guanine.cpp:15:25: error: ‘ADD_FRONT’ was not declared in this scope
15 | } else if (command == ADD_FRONT){
| ^~~~~~~~~
guanine.cpp:17:25: error: ‘QUERY’ was not declared in this scope
17 | } else if (command == QUERY){
| ^~~~~