Problem sandd
User wilson9304
Submission Time 2026-03-04 16:25:59
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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