Problem sandd
User simu
Submission Time 2023-06-12 20:35:06
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sandd.cpp: In function ‘int getPrice(long long int)’:
sandd.cpp:12:7: error: ‘supply’ was not declared in this scope
12 | if (supply(mid)-demand(mid) > 0) {
| ^~~~~~
sandd.cpp:12:19: error: ‘demand’ was not declared in this scope
12 | if (supply(mid)-demand(mid) > 0) {
| ^~~~~~
sandd.cpp:19:6: error: ‘supply’ was not declared in this scope
19 | if (supply(low)-demand(low) == 0) {
| ^~~~~~
sandd.cpp:19:18: error: ‘demand’ was not declared in this scope
19 | if (supply(low)-demand(low) == 0) {
| ^~~~~~