Problem sandd
User polyda
Submission Time 2024-05-21 14:47:04
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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