Problem | sandd |
---|---|
User | vs358 |
Submission Time | 2024-11-14 08:41:45 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
sandd.cpp: In function ‘long long int getPrice(long long int)’:
sandd.cpp:11:9: error: ‘supply’ was not declared in this scope
11 | s = supply(P);
| ^~~~~~
sandd.cpp:12:9: error: ‘demand’ was not declared in this scope
12 | d = demand(P);
| ^~~~~~