Problem sandd
User KaiYuan
Submission Time 2024-05-11 11:53:17
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sandd.cpp: In function ‘int getPrice(int)’:
sandd.cpp:7:15: error: ‘supply’ was not declared in this scope
7 | int64_t s = supply(mid);
| ^~~~~~
sandd.cpp:8:15: error: ‘demand’ was not declared in this scope
8 | int64_t d = demand(mid);
| ^~~~~~