Problem sandd
User ilikeeggs
Submission Time 2025-04-23 22:50:23
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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