Problem sandd
User Ok
Submission Time 2023-03-09 15:53:22
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sandd.cpp: In function ‘int getPrice(int)’:
sandd.cpp:13:12: error: ‘price’ was not declared in this scope
13 | if(price(m) -- supply(m) < 0){
| ^~~~~
sandd.cpp:13:23: error: expected ‘)’ before ‘supply’
13 | if(price(m) -- supply(m) < 0){
| ~ ^~~~~~~
| )