Problem sandd
User technicaldifficulty
Submission Time 2025-06-09 18:24:40
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sandd.cpp: In function ‘int getPrice(int)’:
sandd.cpp:5:9: error: ‘supply’ was not declared in this scope
5 | if (supply(m) > demand(m)) r = m;
| ^~~~~~
sandd.cpp:5:21: error: ‘demand’ was not declared in this scope
5 | if (supply(m) > demand(m)) r = m;
| ^~~~~~