| Problem | pigeons |
|---|---|
| User | taqtru |
| Submission Time | 2024-04-17 15:02:07 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
pigeons.cpp: In function ‘int main()’:
pigeons.cpp:9:16: error: ‘True’ was not declared in this scope
9 | bool res = True;
| ^~~~
pigeons.cpp:25:19: error: ‘False’ was not declared in this scope
25 | res = False;
| ^~~~~