Problem sandd
User Yizhou
Submission Time 2024-06-03 12:40:05
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sandd.cpp: In function ‘int getPrice(int)’:
sandd.cpp:7:18: error: ‘demand’ was not declared in this scope
7 | long long diff=demand(m)-supply(m);
| ^~~~~~
sandd.cpp:7:28: error: ‘supply’ was not declared in this scope
7 | long long diff=demand(m)-supply(m);
| ^~~~~~