Problem sandd
User dacashew
Submission Time 2023-12-02 22:15:00
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sandd.cpp: In function ‘long long int getPrice(long long int)’:
sandd.cpp:82:11: error: ‘supply’ was not declared in this scope
82 | int sup=supply(mid);
| ^~~~~~
sandd.cpp:83:11: error: ‘demand’ was not declared in this scope
83 | int dem=demand(mid);
| ^~~~~~