Problem | sandd |
---|---|
User | Petkub |
Submission Time | 2025-08-29 21:04:03 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
sandd.cpp: In function ‘int getPrice(int)’:
sandd.cpp:13:15: error: ‘supply’ was not declared in this scope
13 | int s=supply(mid);
| ^~~~~~
sandd.cpp:14:15: error: ‘demand’ was not declared in this scope
14 | int d=demand(mid);
| ^~~~~~