Problem sandd
User zhangdi
Submission Time 2026-03-04 17:04:47
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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