Problem | sandd |
---|---|
User | polyda |
Submission Time | 2025-05-31 12:01:52 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
sandd.cpp: In function ‘int getPrice(int)’:
sandd.cpp:8:6: error: ‘supply’ was not declared in this scope
8 | if(supply(m)>demand(m)){
| ^~~~~~
sandd.cpp:8:16: error: ‘demand’ was not declared in this scope
8 | if(supply(m)>demand(m)){
| ^~~~~~
sandd.cpp:11:30: error: expected ‘)’ before ‘{’ token
11 | else if(supply(m)<demand(m){
| ~ ^
| )
sandd.cpp:17:2: error: expected primary-expression before ‘}’ token
17 | }
| ^