Problem | sandd |
---|---|
User | potatocabbage |
Submission Time | 2025-01-27 09:50:47 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
sandd.cpp: In function ‘int getPrice(int)’:
sandd.cpp:13:20: error: ‘x’ was not declared in this scope
13 | s = supply(x);
| ^
sandd.cpp:13:13: error: ‘supply’ was not declared in this scope
13 | s = supply(x);
| ^~~~~~
sandd.cpp:14:13: error: ‘demand’ was not declared in this scope
14 | d = demand(x);
| ^~~~~~