Problem sandd
User sussygoose
Submission Time 2025-03-14 14:44:24
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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