Problem sandd
User limzuwan
Submission Time 2023-06-13 16:13:44
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sandd.cpp: In function ‘int getPrice(int)’:
sandd.cpp:8:6: error: ‘supply’ was not declared in this scope
8 | if(supply(x) > demand(x)) {
| ^~~~~~
sandd.cpp:8:18: error: ‘demand’ was not declared in this scope
8 | if(supply(x) > demand(x)) {
| ^~~~~~