Problem sandd
User rogueee
Submission Time 2024-11-14 10:59:59
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sandd.cpp: In function ‘int getPrice(int)’:
sandd.cpp:10:16: error: ‘demand’ was not declared in this scope
10 | int d{ demand(mid) };
| ^~~~~~
sandd.cpp:11:16: error: ‘supply’ was not declared in this scope
11 | int s{ supply(mid) };
| ^~~~~~