| Problem | duckhunt2 |
|---|---|
| User | gohchingjayk |
| Submission Time | 2025-12-12 20:44:13 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
duckhunt2.cpp: In function ‘int main()’:
duckhunt2.cpp:132:3: error: expected ‘,’ or ‘;’ before ‘return’
132 | return !node->v;
| ^~~~~~
duckhunt2.cpp: At global scope:
duckhunt2.cpp:137:2: error: expected unqualified-id before ‘while’
137 | while (lo <= hi) {
| ^~~~~
duckhunt2.cpp:147:2: error: ‘cout’ does not name a type
147 | cout << best << '\n';
| ^~~~
duckhunt2.cpp:148:2: error: expected unqualified-id before ‘if’
148 | if (best != -1) {
| ^~
duckhunt2.cpp:153:1: error: expected declaration before ‘}’ token
153 | }
| ^