Problem sandd
User yeeeeeting
Submission Time 2025-04-12 12:06:07
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:19: error: ‘demand’ was not declared in this scope
13 | if (supply(mid)>demand(mid))
| ^~~~~~
sandd.cpp:22:9: error: ‘supply’ was not declared in this scope
22 | return supply(mid);
| ^~~~~~