Problem | pigeons |
---|---|
User | howdoicode |
Submission Time | 2025-03-24 15:38:56 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
pigeons.cpp: In function ‘int main()’:
pigeons.cpp:16:16: error: ‘noo’ was not declared in this scope; did you mean ‘soo’?
16 | cin >> noo;
| ^~~
| soo
pigeons.cpp:17:8: error: ‘length’ was not declared in this scope
17 | if (length(noo) == 4) {
| ^~~~~~
pigeons.cpp:28:9: error: expected ‘;’ before ‘}’ token
28 | break
| ^
| ;
29 | }
| ~
pigeons.cpp:32:10: error: expected unqualified-id before ‘=’ token
32 | if (int = 0) {
| ^