Problem sandd
User potatocabbage
Submission Time 2025-01-27 09:50:47
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sandd.cpp: In function ‘int getPrice(int)’:
sandd.cpp:13:20: error: ‘x’ was not declared in this scope
13 | s = supply(x);
| ^
sandd.cpp:13:13: error: ‘supply’ was not declared in this scope
13 | s = supply(x);
| ^~~~~~
sandd.cpp:14:13: error: ‘demand’ was not declared in this scope
14 | d = demand(x);
| ^~~~~~