Problem sandd
User sporknives
Submission Time 2024-06-09 12:14:40
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(eq) < demand(eq)) {
| ^~~~~~
sandd.cpp:11:26: error: ‘demand’ was not declared in this scope
11 | if (supply(eq) < demand(eq)) {
| ^~~~~~