Problem sandd
User Armnotsostrong123456
Submission Time 2025-04-12 10:37:23
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sandd.cpp: In function ‘int getPrice(int)’:
sandd.cpp:8:23: error: ‘supply’ was not declared in this scope
8 | long long s = supply(mid);
| ^~~~~~
sandd.cpp:9:23: error: ‘demand’ was not declared in this scope
9 | long long d = demand(mid);
| ^~~~~~
sandd.cpp:34:23: error: ‘supply’ was not declared in this scope
34 | long long s_low = supply(low);
| ^~~~~~
sandd.cpp:35:23: error: ‘demand’ was not declared in this scope
35 | long long d_low = demand(low);
| ^~~~~~