Problem sandd
User CalebKow
Submission Time 2026-02-10 16:11:50
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sandd.cpp: In function ‘int getPrice(int)’:
sandd.cpp:13:7: error: ‘supply’ was not declared in this scope
13 | if (supply(mid) >= demand(mid)){
| ^~~~~~
sandd.cpp:13:22: error: ‘demand’ was not declared in this scope
13 | if (supply(mid) >= demand(mid)){
| ^~~~~~