Problem | sandd |
---|---|
User | lty748 |
Submission Time | 2024-11-13 10:12:59 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
sandd.cpp: In function ‘int getPrice(int)’:
sandd.cpp:10:13: error: ‘supply’ was not declared in this scope
10 | s = supply(guess);
| ^~~~~~
sandd.cpp:11:13: error: ‘demand’ was not declared in this scope
11 | d = demand(guess);
| ^~~~~~