| Problem | zooqueue |
|---|---|
| User | eliasxyz |
| Submission Time | 2025-05-28 14:29:05 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
zooqueue.cpp: In function ‘int main()’:
zooqueue.cpp:8:28: error: a function-definition is not allowed here before ‘{’ token
8 | bool isGood(vector<int> v){
| ^
zooqueue.cpp:32:5: error: ‘isGood’ was not declared in this scope
32 | if(isGood(p)){cout<<"safe and sound";}
| ^~~~~~