Problem | sandd |
---|---|
User | KaiYuan |
Submission Time | 2024-05-11 11:47:36 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
sandd.cpp: In function ‘int getPrice(int)’:
sandd.cpp:7:15: error: ‘supply’ was not declared in this scope
7 | int64_t s = supply(mid);
| ^~~~~~
sandd.cpp:8:15: error: ‘demand’ was not declared in this scope
8 | int64_t d = demand(mid);
| ^~~~~~