Problem sandd
User Elnathan
Submission Time 2024-01-22 16:51:15
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sandd.cpp: In function ‘int getPrice(int)’:
sandd.cpp:11:13: error: ‘supply’ was not declared in this scope
11 | if (supply(m) < demand(m)) {
| ^~~~~~
sandd.cpp:11:25: error: ‘demand’ was not declared in this scope
11 | if (supply(m) < demand(m)) {
| ^~~~~~