Problem sandd
User hwy
Submission Time 2023-06-06 10:29:22
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sandd.cpp: In function ‘int getPrice(int)’:
sandd.cpp:8:2: error: ‘b’ was not declared in this scope
8 | b = P;
| ^
sandd.cpp:14:13: error: ‘supply’ was not declared in this scope
14 | if (supply(i) < demand(i)) {
| ^~~~~~
sandd.cpp:14:25: error: ‘demand’ was not declared in this scope
14 | if (supply(i) < demand(i)) {
| ^~~~~~
sandd.cpp: At global scope:
sandd.cpp:24:1: error: ‘compile_cpp’ does not name a type
24 | compile_cpp.sh;
| ^~~~~~~~~~~