| Problem | duckhunt0 |
|---|---|
| User | bribritt |
| Submission Time | 2025-11-20 23:52:04 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
duckhunt0.cpp: In function ‘void duckhunt0()’:
duckhunt0.cpp:485:3: error: ‘duckhunt9’ was not declared in this scope; did you mean ‘duckhunt0’?
485 | duckhunt9();
| ^~~~~~~~~
| duckhunt0
duckhunt0.cpp:491:9: error: ‘duckhunt12’ is not a member of ‘dh12’
491 | dh12::duckhunt12();
| ^~~~~~~~~~
duckhunt0.cpp: At global scope:
duckhunt0.cpp:495:5: error: redefinition of ‘int main()’
495 | int main() {duckhunt0();}
| ^~~~
duckhunt0.cpp:233:5: note: ‘int main()’ previously defined here
233 | int main() {
| ^~~~