| Problem | sandd |
|---|---|
| User | GrainOrBread |
| Submission Time | 2025-12-10 15:08:56 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
sandd.cpp: In function ‘long long int getPrice(long long int)’:
sandd.cpp:31:7: error: ‘supply’ was not declared in this scope
31 | if (supply(mid) >= demand(mid)) {
| ^~~~~~
sandd.cpp:31:22: error: ‘demand’ was not declared in this scope
31 | if (supply(mid) >= demand(mid)) {
| ^~~~~~