Problem sandd
User ansel
Submission Time 2024-06-09 12:47:28
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sandd.cpp:4:2: error: invalid preprocessing directive #inclde; did you mean #include?
4 | #inclde "sandd.h"
| ^~~~~~
| include
sandd.cpp: In function ‘int getPrice(int)’:
sandd.cpp:13:13: error: ‘supply’ was not declared in this scope
13 | sup=supply(guess);
| ^~~~~~
sandd.cpp:14:13: error: ‘demand’ was not declared in this scope
14 | dem=demand(guess);
| ^~~~~~