Problem sandd
User yc
Submission Time 2025-06-02 12:48:25
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sandd.cpp: In function ‘int getPrice(int)’:
sandd.cpp:7:7: error: ‘supply’ was not declared in this scope
7 | m = supply(x);
| ^~~~~~
sandd.cpp:8:7: error: ‘demand’ was not declared in this scope
8 | n = demand(x);
| ^~~~~~
sandd.cpp:12:2: error: expected ‘}’ at end of input
12 | }
| ^
sandd.cpp:1:20: note: to match this ‘{’
1 | int getPrice(int P){
| ^