Problem sandd
User itsLQ
Submission Time 2023-06-07 23:19:39
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 | surplus = supply(mid) - demand(mid);
| ^~~~~~
sandd.cpp:7:27: error: ‘demand’ was not declared in this scope
7 | surplus = supply(mid) - demand(mid);
| ^~~~~~