Problem sandd
User probird69
Submission Time 2023-06-12 22:07:46
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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