Problem | sandd |
---|---|
User | mingging1748 |
Submission Time | 2025-01-26 20:28:32 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
sandd.cpp: In function ‘int getPrice(int)’:
sandd.cpp:8:23: error: ‘supply’ was not declared in this scope
8 | long long s = supply(mid);
| ^~~~~~
sandd.cpp:9:23: error: ‘demand’ was not declared in this scope
9 | long long d = demand(mid);
| ^~~~~~