Problem | sandd |
---|---|
User | Sandman |
Submission Time | 2024-01-23 06:56:03 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
sandd.cpp: In function ‘int getPrice(int)’:
sandd.cpp:4:13: error: ‘supply’ was not declared in this scope
4 | if (supply(m) > demand(m)) {
| ^~~~~~
sandd.cpp:4:25: error: ‘demand’ was not declared in this scope
4 | if (supply(m) > demand(m)) {
| ^~~~~~