Problem sandd
User Anonymouse
Submission Time 2023-06-13 22:03:08
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sandd.cpp: In function ‘int getPrice(int)’:
sandd.cpp:6:26: error: ‘supply’ was not declared in this scope; did you mean ‘supp’?
6 | long long supp = supply(m);
| ^~~~~~
| supp
sandd.cpp:7:25: error: ‘demand’ was not declared in this scope
7 | long long dem = demand(m);
| ^~~~~~