Problem sandd
User wilson9304
Submission Time 2026-03-04 16:29:55
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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