Problem | sandd |
---|---|
User | Xiangyu |
Submission Time | 2025-06-06 11:01:09 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
sandd.cpp: In function ‘int getPrice(int)’:
sandd.cpp:6:23: error: ‘supply’ was not declared in this scope
6 | long long s = supply(mid);
| ^~~~~~
sandd.cpp:7:23: error: ‘demand’ was not declared in this scope
7 | long long d = demand(mid);
| ^~~~~~