Problem | sandd |
---|---|
User | ProfSingh |
Submission Time | 2024-11-14 10:28:53 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
sandd.cpp: In function ‘int getPrice(int)’:
sandd.cpp:6:33: error: ‘supply’ was not declared in this scope
6 | long long supplyAtMid = supply(mid);
| ^~~~~~
sandd.cpp:7:33: error: ‘demand’ was not declared in this scope
7 | long long demandAtMid = demand(mid);
| ^~~~~~