Problem sandd
User Sandman
Submission Time 2024-01-23 14:38:05
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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