Problem | sandd |
---|---|
User | AshwinJoy |
Submission Time | 2025-09-13 17:56:41 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
sandd.cpp: In function ‘int getPrice(int)’:
sandd.cpp:14:8: error: ‘v’ was not declared in this scope
14 | if(v[mid] == search){
| ^
sandd.cpp:14:18: error: ‘search’ was not declared in this scope; did you mean ‘bsearch’?
14 | if(v[mid] == search){
| ^~~~~~
| bsearch
sandd.cpp:16:4: error: ‘success’ was not declared in this scope
16 | success = true;
| ^~~~~~~