| Problem | duckhunt20 |
|---|---|
| User | GrainOrBread |
| Submission Time | 2025-12-05 11:42:59 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
duckhunt20.cpp: In function ‘int main()’:
duckhunt20.cpp:129:53: error: expected ‘;’ before ‘cout’
129 | food_satisfaction += (root->query(x, y))
| ^
| ;
130 | cout << food_satisfaction*num_ducks << "\n";
| ~~~~
duckhunt20.cpp:143:53: error: expected ‘;’ before ‘cout’
143 | food_satisfaction += (root->query(x, y))
| ^
| ;
144 | cout << food_satisfaction << "\n";
| ~~~~