Problem sandd
User dzuizz
Submission Time 2023-06-11 10:17:01
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sandd.cpp: In function ‘int getPrice(int)’:
sandd.cpp:8:13: error: ‘supply’ was not declared in this scope
8 | if (supply(m) < demand(m)) l = m + 1;
| ^~~~~~
sandd.cpp:8:25: error: ‘demand’ was not declared in this scope
8 | if (supply(m) < demand(m)) l = m + 1;
| ^~~~~~