Problem | sandd |
---|---|
User | technicaldifficulty |
Submission Time | 2025-06-09 18:14:48 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
sandd.cpp: In function ‘int getPrice(int)’:
sandd.cpp:8:9: error: ‘supply’ was not declared in this scope
8 | if (supply(m) > demand(m)) r = m;
| ^~~~~~
sandd.cpp:8:21: error: ‘demand’ was not declared in this scope
8 | if (supply(m) > demand(m)) r = m;
| ^~~~~~