Problem sandd
User AshwinJoy
Submission Time 2025-09-13 21:09:21
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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