| Problem | sandd |
|---|---|
| User | phoenixai0 |
| Submission Time | 2026-07-18 09:21:54 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
sandd.cpp: In function ‘int getPrice(int)’:
sandd.cpp:9:13: error: ‘supply’ was not declared in this scope
9 | if (supply(mid) <= demand(mid)) lo = mid + 1;
| ^~~~~~
sandd.cpp:9:28: error: ‘demand’ was not declared in this scope
9 | if (supply(mid) <= demand(mid)) lo = mid + 1;
| ^~~~~~