Problem | pigeons |
---|---|
User | carson |
Submission Time | 2025-07-30 17:15:38 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
pigeons.cpp: In function ‘int main()’:
pigeons.cpp:8:3: error: ‘str’ was not declared in this scope; did you mean ‘std’?
8 | str command;
| ^~~
| std
pigeons.cpp:21:4: error: return-statement with no value, in function returning ‘int’ [-fpermissive]
21 | return;
| ^~~~~~
pigeons.cpp:25:2: error: return-statement with no value, in function returning ‘int’ [-fpermissive]
25 | return;
| ^~~~~~