Problem sandd
User limzuwan
Submission Time 2023-06-13 16:21:15
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sandd.cpp:3:1: error: ‘compile_cpp’ does not name a type
3 | compile_cpp.sh;
| ^~~~~~~~~~~
sandd.cpp: In function ‘int getPrice(int)’:
sandd.cpp:9:6: error: ‘supply’ was not declared in this scope
9 | if(supply(x) > demand(x)) {
| ^~~~~~
sandd.cpp:9:18: error: ‘demand’ was not declared in this scope
9 | if(supply(x) > demand(x)) {
| ^~~~~~