Problem | sandd |
---|---|
User | hwy |
Submission Time | 2023-06-06 10:29:40 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
sandd.cpp: In function ‘int getPrice(int)’:
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)) {
| ^~~~~~