Problem | sandd |
---|---|
User | 0rang3 |
Submission Time | 2023-02-19 16:23:37 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
sandd.cpp: In function ‘int getPrice(int)’:
sandd.cpp:21:6: error: ‘supp’ was not declared in this scope; did you mean ‘supply’?
21 | if (supp(s) == dem(s))return s;
| ^~~~
| supply
sandd.cpp:21:17: error: ‘dem’ was not declared in this scope
21 | if (supp(s) == dem(s))return s;
| ^~~