| Problem | duckhunt0 |
|---|---|
| User | bribritt |
| Submission Time | 2025-12-12 21:20:00 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
duckhunt0.cpp: In function ‘void duckhunt25::main()’:
duckhunt0.cpp:799:11: error: return-statement with a value, in function returning ‘void’ [-fpermissive]
799 | return 0;
| ^
duckhunt0.cpp:837:11: error: return-statement with a value, in function returning ‘void’ [-fpermissive]
837 | return 0;
| ^
duckhunt0.cpp: In function ‘void duckhunt29::finddist(int, int)’:
duckhunt0.cpp:894:10: error: ‘query’ was not declared in this scope
894 | p[i] = query(1);
| ^~~~~
duckhunt0.cpp:898:6: error: ‘query’ was not declared in this scope
898 | if(query(m) != p[(c++)%N])
| ^~~~~