Problem sandd
User nishith13shah
Submission Time 2025-10-04 19:58:53
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sandd.cpp: In function ‘int getPrice(int)’:
sandd.cpp:9:23: error: ‘supply’ was not declared in this scope
9 | long long s = supply(mid); //how much is supplied at this price
| ^~~~~~
sandd.cpp:10:23: error: ‘demand’ was not declared in this scope
10 | long long d = demand(mid); //how much is demanded at this price
| ^~~~~~