Problem sandd
User 2110100
Submission Time 2023-06-05 12:48:04
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sandd.cpp: In function ‘int getPrice(int)’:
sandd.cpp:9:36: error: ‘supply’ was not declared in this scope
9 | long long supplyQuantity = supply(mid);
| ^~~~~~
sandd.cpp:10:36: error: ‘demand’ was not declared in this scope
10 | long long demandQuantity = demand(mid);
| ^~~~~~